Bump web commit id (#6135)

This commit is contained in:
Swikriti Tripathi
2023-04-25 17:01:43 +05:45
committed by GitHub
parent 02946469d5
commit 7b54a3595a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=a46ab6158a7ebf8667a079f547b84d644fd1b6ec
WEB_COMMITID=ca6eefbf300e2014a1264d11b982db8cd87cdd04
WEB_BRANCH=master
+1 -1
View File
@@ -1162,7 +1162,7 @@ def e2eTests(ctx):
},
"commands": [
"cd %s" % dirs["web"],
"sleep 10 && pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.oc10].feature",
"sleep 10 && pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.oc10].feature --tags ~@skip",
],
}]