You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add some additional assertions, related to the current path?
Here some suggestions:
// Assert the current path doesn't match the given path.$browser->assertPathIsNot('/bad-url');
// Assert the current path matches the given regular expression.// See: http://codeception.com/docs/modules/WebDriver#seeCurrentUrlMatches$browser->assertPathMatches($regex);
// Assert the current path doesn't match the given regular expression.// See: http://codeception.com/docs/modules/WebDriver#dontSeeCurrentUrlMatches$browser->assertPathDoesntMatch($regex);
Cheers,
Tortue Torche
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to add some additional assertions, related to the current path?
Here some suggestions:
Cheers,
Tortue Torche
The text was updated successfully, but these errors were encountered: