We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673f544 commit 5d5cc87Copy full SHA for 5d5cc87
test/examples/expressions_explorer/expressions.ts
@@ -53,7 +53,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
53
await find.clickByCssSelector(selector);
54
await retry.try(async () => {
55
const text = await browser.getCurrentUrl();
56
- expect(text).to.be('https://www.google.com/');
+ expect(text).to.contain('https://www.google.com');
57
});
58
59
0 commit comments