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 35bb363 commit 092f276Copy full SHA for 092f276
tests/test.js
@@ -41,11 +41,11 @@ async function searchTextOnGoogle() {
41
build: `${platform}${browserName}${version}`, // name of the build
42
"smartUI.build": "rachaelc/sc-118267/no-availability-1722894770",
43
// "smartUI.build": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
44
- "smartUI.project": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
+ "smartUI.project": "Abc!@#$%^&*()_+[abc]\{}|;':<>?",
45
github: {
46
url: process.env.GITHUB_URL,
47
},
48
-
+
49
};
50
if (tunnel === "true") {
51
capabilities.tunnel = true;
0 commit comments