Merge branch 'master' into rugvip/capedeps

This commit is contained in:
Patrik Oldsberg
2021-01-20 20:54:27 +01:00
committed by GitHub
499 changed files with 16901 additions and 4365 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ export async function waitForPageWithText(
// The page may not be fully loaded and hence we need to retry.
let findTextAttempts = 0;
const escapedText = text.replace(/"/g, '\\"');
const escapedText = text.replace(/"|\\/g, '\\$&');
for (;;) {
try {
browser.assert.evaluate(