@@ -61,7 +61,7 @@ describe('Expedition creation and run through', () => {
61
61
. contains ( 'Reflective Conduit' )
62
62
. click ( )
63
63
. get ( 'p' )
64
- . contains ( 'Combustion ' )
64
+ . contains ( 'Psychic Eruption ' )
65
65
. click ( )
66
66
. get ( '[data-test="btn-continue"]' )
67
67
. click ( )
@@ -74,7 +74,7 @@ describe('Expedition creation and run through', () => {
74
74
cy . get ( '[data-test="btn-battle-won"]' ) . click ( )
75
75
cy . get ( 'p' ) . contains ( 'Energized Rubidium' ) . click ( )
76
76
cy . get ( 'p' ) . contains ( 'Primordial Fetish' ) . click ( )
77
- cy . get ( 'p' ) . contains ( 'Catalyst ' ) . click ( )
77
+ cy . get ( 'p' ) . contains ( 'Char ' ) . click ( )
78
78
cy . get ( '[data-test="btn-continue"]' ) . click ( )
79
79
} )
80
80
@@ -85,7 +85,7 @@ describe('Expedition creation and run through', () => {
85
85
cy . get ( '[data-test="btn-battle-won"]' ) . click ( )
86
86
cy . get ( 'p' ) . contains ( 'Searing Ruby' ) . click ( )
87
87
cy . get ( 'p' ) . contains ( 'Scholars Opus' ) . click ( )
88
- cy . get ( 'p' ) . contains ( 'Reduce To Ash ' ) . click ( )
88
+ cy . get ( 'p' ) . contains ( 'Carbonize ' ) . click ( )
89
89
cy . get ( '[data-test="btn-continue"]' ) . click ( )
90
90
} )
91
91
@@ -130,11 +130,12 @@ describe('Expedition creation and run through', () => {
130
130
cy . get ( 'p' ) . contains ( 'Oblivium Resin' ) . should ( 'be.visible' )
131
131
cy . get ( 'p' ) . contains ( 'Transmogrifier' ) . should ( 'be.visible' )
132
132
cy . get ( 'p' ) . contains ( 'Breach Extractor' ) . should ( 'be.visible' )
133
+ cy . get ( 'p' ) . contains ( 'Feral Lightning' ) . scrollIntoView ( )
133
134
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' )
136
137
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' )
138
139
139
140
// Treasures
140
141
cy . get ( '[data-test="treasure"]' ) . click ( { force : true } )
@@ -182,13 +183,16 @@ describe('Expedition creation and run through', () => {
182
183
cy . get ( 'p' ) . contains ( 'Vriswood Amber' ) . should ( 'be.visible' )
183
184
cy . get ( 'p' ) . contains ( 'Dread Diamond' ) . should ( 'be.visible' )
184
185
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' )
186
190
cy . get ( 'p' ) . contains ( 'Energized Rubidium' ) . should ( 'be.visible' )
187
191
cy . get ( 'p' )
188
192
. contains ( 'Primordial Fetish' )
189
193
. scrollIntoView ( )
190
194
. should ( 'be.visible' )
191
- cy . get ( 'p' ) . contains ( 'Catalyst ' ) . should ( 'be.visible' )
195
+ cy . get ( 'p' ) . contains ( 'Char ' ) . should ( 'be.visible' )
192
196
cy . get ( 'p' ) . contains ( 'Searing Ruby' ) . should ( 'be.visible' )
193
197
cy . get ( 'p' ) . contains ( 'Scholars Opus' ) . should ( 'be.visible' )
194
198
} )
0 commit comments