We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af1eff commit 10dcce0Copy full SHA for 10dcce0
cypress/integration/00-basic/01-modals.cy.js
@@ -33,11 +33,11 @@ context('00-basic', () => {
33
)
34
cy.get('dialog.modal-dialog .modal-window .modal-text').should(
35
'contain.text',
36
- 'Deckdle is a daily solitaire card game'
+ 'Deckdle is a solitaire card game'
37
38
39
40
- 'Exhaust the tableau (the top grid of cards) onto your base (bottom-right stack) before your stock (bottom-left stack) runs out.'
+ 'Exhaust the tableau (top grid of cards) onto your base (bottom-right stack) before your stock (bottom-left stack) runs out.'
41
42
43
cy.get('.modal-close').click()
0 commit comments