Skip to content

Commit c732616

Browse files
updated integration test due to new help text
1 parent e4ffaf5 commit c732616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ context('00-basic', () => {
3333
)
3434
cy.get('dialog.modal-dialog .modal-window .modal-text').should(
3535
'contain.text',
36-
'Deckdle is a solitaire card game'
36+
'Deckdle is solitaire, golf-style'
3737
)
3838
cy.get('dialog.modal-dialog .modal-window .modal-text').should(
3939
'contain.text',

0 commit comments

Comments
 (0)