Skip to content

Commit

Permalink
Update InlineTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Mar 17, 2024
1 parent 9e0897e commit 4b8a223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/Browser/Bridge/InlineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function it_supports_inline_templates()
->assertDontSeeIn('@ip', '.')
->type('hostname', 'google.com')
->press('Find IP')
->waitForText('.', '@ip');
->waitForTextIn('@ip', '.');
});
}
}

0 comments on commit 4b8a223

Please sign in to comment.