Serenity/JS with Playwright Test
Home > Components > Dropdown > Triggers onchange with selected options
Report generated 18-02-2025 03:30

Dropdown

  Dropdown/Dropdown (feature)   Webkit 18.2 (browser)   Retried   1 To 10 Seconds (Duration)   Linux 6.8.0-1021-Azure (platform)   Components (theme)

triggers onChange with selected options
 

Cast

 

Tess can:
  • PerformActivities (PerformActivitiesAsPlaywrightSteps)
  • AnswerQuestions
  • RaiseErrors
  • ScheduleWork { scheduler: { clock: { timeAdjustment: { milliseconds: 0 } }, interactionTimeout: { milliseconds: 5000 } } }
  • BrowseTheWeb (BrowseTheWebWithPlaywright)
  • TakeNotes { notepad: { selectedOptions: [ { value: "first", label: "First" }, { value: "third", label: "Third" } ] } }
  • CallAnApi { baseURL: "http://localhost:3100", headers: { common: { Accept: "application/json, text/plain, */*" } }, timeout: 10000 }
Steps Screenshots Outcome
SUCCESS 1s 647ms
Tess ensures that [ { value: "first", label: "First" }, { value: "third", label: "Third" } ] does eventually equal [ { label: "First", value: "first" }, { label: "Third", value: "third" } ]
SUCCESS 011ms
SUCCESS 1.99s
Serenity BDD version 4.2.12