Serenity/JS with Playwright Test
Home > Components > Dropdown > Dropdown > Triggers onchange with selected options
Report generated 22-11-2024 21:28

Dropdown

  Dropdown/Dropdown (feature)   Retried   Firefox 132.0 (browser)   Under 1 Second (Duration)   Components (theme)   Linux 6.5.0-1025-Azure (platform)

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 722ms
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 0.94s
Serenity BDD version 4.1.20