File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments