You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following tests to smoke-test/dashboard-page.cy.ts
Favourite Seedlots page should add the related card to dashboard
Favourite Create A Class Seedlot page should add the related card to dashboard
Favourite My Seedlots page should add the related card to dashboard
On Dashboard, clicking on the Seedlots card should navigate to the Seedlots page
On Dashboard, clicking on the Create A Class Seedlot card should navigate to the Create A Class Seedlot page
On Dashboard, clicking on the My Seedlots card should navigate to the My Seedlots page
Click on more actions of the Seedlots card then select Highlight shortcut should highlight the Seedlots card
Click on more actions of the Create A Class Seedlot card then select Highlight shortcut should
a. Dehighlight the Seedlots card that was previously highlighted
b. Highlight the Create A Class Seedlot card
Delete the Seedlots card should remove the card from dashboard
Delete the Create A Class Seedlot card should remove the card from dashboard
Delete the My Seedlots card should remove the card from dashboard
a. AND the text You don't have any favourites to show yet! should be visisble
Add the following tests to
smoke-test/dashboard-page.cy.ts
Highlight shortcut
should highlight the Seedlots cardHighlight shortcut
shoulda. Dehighlight the Seedlots card that was previously highlighted
b. Highlight the Create A Class Seedlot card
a. AND the text
You don't have any favourites to show yet!
should be visisbleNote:
id
instead ofclass
to select an element when possible, consider addingid
to elements if neededThe text was updated successfully, but these errors were encountered: