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 dad5df6 commit 7735a1dCopy full SHA for 7735a1d
test/functional/services/remote/remote.ts
@@ -44,7 +44,7 @@ export async function RemoteProvider({ getService }: FtrProviderContext) {
44
try {
45
await driver.executeScript(`window.${storageType}.clear();`);
46
} catch (error) {
47
- if (!error.message.includes(`Failed to read the ${storageType} property from 'Window'`)) {
+ if (!error.message.includes(`Failed to read the '${storageType}' property from 'Window'`)) {
48
throw error;
49
}
50
0 commit comments