Skip to content

Commit

Permalink
Update README.md (symfony#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonyz authored Aug 2, 2022
1 parent aeda2f1 commit 9312b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class E2eTest extends PantherTestCase
$this->assertSelectorWillExist('.popin'); // element will be attached to the DOM
$this->assertSelectorWillNotExist('.popin'); // element will be removed from the DOM
$this->assertSelectorWillBeVisible('.loader'); // element will be visible
$this->assertSelectorWillNotBeVisible('.loader'); // element will be visible
$this->assertSelectorWillNotBeVisible('.loader'); // element will not be visible
$this->assertSelectorWillContain('.total', '€25'); // text will be inserted in the element content
$this->assertSelectorWillNotContain('.promotion', '5%'); // text will be removed from the element content
$this->assertSelectorWillBeEnabled('[type="submit"]'); // button will be enabled
Expand Down

0 comments on commit 9312b58

Please sign in to comment.