[test-only] [full-ci] enable e2e tests. bump web to v7.0.0-rc.37 (#6294)

* enable e2e tests

* bump web to v7.0.0-rc.37
This commit is contained in:
Viktor Scharf
2023-05-16 00:22:45 +02:00
committed by GitHub
parent 4622c1c99a
commit 2c2d8fae44
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=548ff614ae49c8e19651da5560bb3b04c710e19d
WEB_COMMITID=87947cb3d45f5b7f63b58420b97c3c25c8d20aa8
WEB_BRANCH=stable-7.0

View File

@@ -148,7 +148,7 @@ config = {
"earlyFail": True,
},
"e2eTests": {
"skip": True,
"skip": False,
"earlyFail": True,
},
"rocketchat": {

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.0.0-rc.36
WEB_ASSETS_VERSION = v7.0.0-rc.37
include ../../.make/recursion.mk