enable e2e test

This commit is contained in:
Viktor Scharf
2023-04-26 17:19:13 +02:00
parent b5056958b6
commit 1a4f32d3e8
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=ca6eefbf300e2014a1264d11b982db8cd87cdd04
WEB_COMMITID=5610aa9df4413d89f5517479879bb28946be2077
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 --tags ~@skip",
"sleep 10 && pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.oc10].feature",
],
}]