@@ -19,7 +19,7 @@ describe('Kitchen', () => {
1919 cy . press ( 'Pa amb tomàquet' ) ;
2020
2121 // Act & Assert - Ingredients
22- cy . press ( 'Let\'s cook!' ) ;
22+ cy . press ( 'Let\'s cook this !' ) ;
2323 cy . see ( 'Mise en place' ) ;
2424 cy . see ( 'Bread' ) ;
2525 cy . see ( '1 Tomato' ) ;
@@ -51,7 +51,7 @@ describe('Kitchen', () => {
5151 it ( 'Uses timers' , ( ) => {
5252 // Arrange
5353 cy . press ( 'Pa amb tomàquet' ) ;
54- cy . press ( 'Let\'s cook!' ) ;
54+ cy . press ( 'Let\'s cook this !' ) ;
5555 cy . press ( 'Next' ) ;
5656 cy . press ( 'Show timers' ) ;
5757
@@ -77,7 +77,7 @@ describe('Kitchen', () => {
7777 it ( 'Persists state' , ( ) => {
7878 // Arrange
7979 cy . press ( 'Pa amb tomàquet' ) ;
80- cy . press ( 'Let\'s cook!' ) ;
80+ cy . press ( 'Let\'s cook this !' ) ;
8181 cy . press ( 'Bread' ) ;
8282 cy . press ( 'Next' ) ;
8383 cy . press ( 'Show timers' ) ;
@@ -97,7 +97,7 @@ describe('Kitchen', () => {
9797 cy . see ( 'Timer 1' ) ;
9898
9999 cy . ariaLabel ( 'Close the modal' ) . click ( ) ;
100- cy . press ( 'Show ingredients ' ) ;
100+ cy . press ( 'Previous ' ) ;
101101
102102 cy . contains ( 'label' , 'Bread' ) . within ( ( ) => {
103103 cy . get ( 'input' ) . should ( 'match' , ':checked' ) ;
@@ -112,12 +112,12 @@ describe('Kitchen', () => {
112112 cy . press ( 'not now' ) ;
113113
114114 // Assert
115- cy . dontSee ( 'Let\'s cook!' ) ;
115+ cy . dontSee ( 'Let\'s cook this !' ) ;
116116
117117 cy . go ( 'back' ) ;
118118 cy . press ( 'Pa amb tomàquet' ) ;
119119 cy . wait ( 1000 ) ;
120- cy . dontSee ( 'Let\'s cook!' ) ;
120+ cy . dontSee ( 'Let\'s cook this !' ) ;
121121 } ) ;
122122
123123} ) ;
0 commit comments