File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ class E2eTest extends PantherTestCase
163
163
// Use waitForX methods to wait until some asynchronous process finish
164
164
$client->waitFor('.popin'); // element is attached to the DOM
165
165
$client->waitForStaleness('.popin'); // element is removed from the DOM
166
- $client->testWaitForVisibility ('.loader'); // element of the DOM becomes visible
167
- $client->testWaitForInvisibility ('.loader'); // element of the DOM becomes hidden
166
+ $client->waitForVisibility ('.loader'); // element of the DOM becomes visible
167
+ $client->waitForInvisibility ('.loader'); // element of the DOM becomes hidden
168
168
$client->waitForElementToContain('.total', '25 €'); // text is inserted in the element content
169
169
$client->waitForElementToNotContain('.promotion', '5%'); // text is removed from the element content
170
170
You can’t perform that action at this time.
0 commit comments