Skip to content

Commit 10dcce0

Browse files
fixed modal test after updating text
1 parent 0af1eff commit 10dcce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/00-basic/01-modals.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ context('00-basic', () => {
3333
)
3434
cy.get('dialog.modal-dialog .modal-window .modal-text').should(
3535
'contain.text',
36-
'Deckdle is a daily solitaire card game'
36+
'Deckdle is a solitaire card game'
3737
)
3838
cy.get('dialog.modal-dialog .modal-window .modal-text').should(
3939
'contain.text',
40-
'Exhaust the tableau (the top grid of cards) onto your base (bottom-right stack) before your stock (bottom-left stack) runs out.'
40+
'Exhaust the tableau (top grid of cards) onto your base (bottom-right stack) before your stock (bottom-left stack) runs out.'
4141
)
4242

4343
cy.get('.modal-close').click()

0 commit comments

Comments
 (0)