We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error message occurred in the test:
namespace tests\Panther; use Symfony\Component\Panther\PantherTestCase; class MealTest extends PantherTestCase { public function testFoodAddAndRemove() { $client = static::createPantherClient(); $client->followRedirects(); $client->request('GET', '/meal/1095/edit'); ; Symfon $this->assertPageTitleContains('Edit Meal'); $client->assertSelectorIsNotVisible('#ready_foods tr[data-foodid=7]'); ...
In the Firefox console, $("#ready_foods tr[data-foodid=7]").is(":visible"); returns false.
$("#ready_foods tr[data-foodid=7]").is(":visible");
false
Panther is version 2.1.1; Symfony is 6.3.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error message occurred in the test:
In the Firefox console,
$("#ready_foods tr[data-foodid=7]").is(":visible");
returnsfalse
.Panther is version 2.1.1; Symfony is 6.3.10
The text was updated successfully, but these errors were encountered: