digi-serve / kitchensink_app

Testing all AppBuilder options.
1 stars 1 forks source link

Carousel E2E Tests #1

Closed nh758 closed 2 years ago

nh758 commented 2 years ago

Reference

Description expectation
Go to the tab "Carousel" can find the label the text "Default image"
  can find the button which has the icon "fa fa-arrows-alt"
  can find the button "previous"
  can find the button "next"
  can find the "nav panel"
  the first "nav item" status should "active"
  the second "nav item" status should "inactive"
  can find the tag "img" has attribute "src="/some path/fb91686f-43af-47b0-981c-3b3d179270b0""
Click on the button which has the icon "fa fa-arrows-alt" view "Carousel" should have attribute class "fullscreen"
  can find the button which has the icon "fa fa-times"
Click on the button which has the icon "fa fa-times" view "Carousel" should remove attribute class "fullscreen"
  can find the button which has the icon "fa fa-arrows-alt"
Click on the button "next" can find the label the text "Test-KCS-0000000002"
  the second "nav item" status should "active"
  can find the tag "img" has attribute "src="/some path/0673dffd-49d5-4132-a5ab-fc71a83a12b3""
Click on the button "previous" can find the label the text "Default image"
  the first "nav item" status should "active"
Click on the second "nav item" can find the label the text "Test-KCS-0000000002"
  the second "nav item" status should "active"
Click on the first "nav item" can find the label the text "Default image"
  the first "nav item" status should "active"