Skip to content

Commit 9312b58

Browse files
authored
Update README.md (#562)
1 parent aeda2f1 commit 9312b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class E2eTest extends PantherTestCase
174174
$this->assertSelectorWillExist('.popin'); // element will be attached to the DOM
175175
$this->assertSelectorWillNotExist('.popin'); // element will be removed from the DOM
176176
$this->assertSelectorWillBeVisible('.loader'); // element will be visible
177-
$this->assertSelectorWillNotBeVisible('.loader'); // element will be visible
177+
$this->assertSelectorWillNotBeVisible('.loader'); // element will not be visible
178178
$this->assertSelectorWillContain('.total', '€25'); // text will be inserted in the element content
179179
$this->assertSelectorWillNotContain('.promotion', '5%'); // text will be removed from the element content
180180
$this->assertSelectorWillBeEnabled('[type="submit"]'); // button will be enabled

0 commit comments

Comments
 (0)