@@ -61,7 +61,7 @@ describe('Expedition creation and run through', () => {
6161 . contains ( 'Reflective Conduit' )
6262 . click ( )
6363 . get ( 'p' )
64- . contains ( 'Combustion ' )
64+ . contains ( 'Psychic Eruption ' )
6565 . click ( )
6666 . get ( '[data-test="btn-continue"]' )
6767 . click ( )
@@ -74,7 +74,7 @@ describe('Expedition creation and run through', () => {
7474 cy . get ( '[data-test="btn-battle-won"]' ) . click ( )
7575 cy . get ( 'p' ) . contains ( 'Energized Rubidium' ) . click ( )
7676 cy . get ( 'p' ) . contains ( 'Primordial Fetish' ) . click ( )
77- cy . get ( 'p' ) . contains ( 'Catalyst ' ) . click ( )
77+ cy . get ( 'p' ) . contains ( 'Char ' ) . click ( )
7878 cy . get ( '[data-test="btn-continue"]' ) . click ( )
7979 } )
8080
@@ -85,7 +85,7 @@ describe('Expedition creation and run through', () => {
8585 cy . get ( '[data-test="btn-battle-won"]' ) . click ( )
8686 cy . get ( 'p' ) . contains ( 'Searing Ruby' ) . click ( )
8787 cy . get ( 'p' ) . contains ( 'Scholars Opus' ) . click ( )
88- cy . get ( 'p' ) . contains ( 'Reduce To Ash ' ) . click ( )
88+ cy . get ( 'p' ) . contains ( 'Carbonize ' ) . click ( )
8989 cy . get ( '[data-test="btn-continue"]' ) . click ( )
9090 } )
9191
@@ -130,11 +130,12 @@ describe('Expedition creation and run through', () => {
130130 cy . get ( 'p' ) . contains ( 'Oblivium Resin' ) . should ( 'be.visible' )
131131 cy . get ( 'p' ) . contains ( 'Transmogrifier' ) . should ( 'be.visible' )
132132 cy . get ( 'p' ) . contains ( 'Breach Extractor' ) . should ( 'be.visible' )
133+ cy . get ( 'p' ) . contains ( 'Feral Lightning' ) . scrollIntoView ( )
133134 cy . get ( 'p' ) . contains ( 'Feral Lightning' ) . should ( 'be.visible' )
134- cy . get ( 'p' ) . contains ( 'Wildfire Whip ' ) . scrollIntoView ( )
135- cy . get ( 'p' ) . contains ( 'Wildfire Whip ' ) . should ( 'be.visible' )
135+ cy . get ( 'p' ) . contains ( 'Amplify Vision ' ) . scrollIntoView ( )
136+ cy . get ( 'p' ) . contains ( 'Amplify Vision ' ) . should ( 'be.visible' )
136137 cy . get ( 'p' ) . contains ( 'Celestial Spire' ) . should ( 'be.visible' )
137- cy . get ( 'p' ) . contains ( 'Pyromancy ' ) . should ( 'be.visible' )
138+ cy . get ( 'p' ) . contains ( 'Scrying Bolt ' ) . should ( 'be.visible' )
138139
139140 // Treasures
140141 cy . get ( '[data-test="treasure"]' ) . click ( { force : true } )
@@ -182,13 +183,16 @@ describe('Expedition creation and run through', () => {
182183 cy . get ( 'p' ) . contains ( 'Vriswood Amber' ) . should ( 'be.visible' )
183184 cy . get ( 'p' ) . contains ( 'Dread Diamond' ) . should ( 'be.visible' )
184185 cy . get ( 'p' ) . contains ( 'Reflective Conduit' ) . should ( 'be.visible' )
185- cy . get ( 'p' ) . contains ( 'Combustion' ) . scrollIntoView ( ) . should ( 'be.visible' )
186+ cy . get ( 'p' )
187+ . contains ( 'Psychic Eruption' )
188+ . scrollIntoView ( )
189+ . should ( 'be.visible' )
186190 cy . get ( 'p' ) . contains ( 'Energized Rubidium' ) . should ( 'be.visible' )
187191 cy . get ( 'p' )
188192 . contains ( 'Primordial Fetish' )
189193 . scrollIntoView ( )
190194 . should ( 'be.visible' )
191- cy . get ( 'p' ) . contains ( 'Catalyst ' ) . should ( 'be.visible' )
195+ cy . get ( 'p' ) . contains ( 'Char ' ) . should ( 'be.visible' )
192196 cy . get ( 'p' ) . contains ( 'Searing Ruby' ) . should ( 'be.visible' )
193197 cy . get ( 'p' ) . contains ( 'Scholars Opus' ) . should ( 'be.visible' )
194198 } )
0 commit comments