Merge pull request #6157 from owncloud/bumpWebCommitId

enable e2e tests in ocis CI again
This commit is contained in:
Michael Barz
2023-04-26 18:14:25 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=ca6eefbf300e2014a1264d11b982db8cd87cdd04
WEB_COMMITID=5610aa9df4413d89f5517479879bb28946be2077
WEB_BRANCH=master

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",
],
}]