QA-T1330

Input Validation - Multiselect Input Widget Run in Player

OBJECTIVE
Verify that an operator can interact with validation logic on the multiselect input widget in Player.
PRECONDITION
Given user has the "inputWidgetValidation" feature flag enabled

And user is logged in as "cypress+owner@tulip.co"

And user creates a blank app and goes to app editor (by opening the step or clicking the Edit button in the top right corner)

And user adds a "Multiselect" input widget to the app (using the "Inputs" menu at the top)

And user configures it with a "Text List" variable datasource (in the widget context pane Datasource field)

And user adds a static value "option 1" to the widget selection options (in the Selection options section in the context pane)

And user adds a static value "option 2" to the widget selection options (in the Selection options section in the context pane)

And user adds a static value "option 3" to the widget selection options (in the Selection options section in the context pane)

Covers

models