Merge pull request #6422 from kobergj/BumpWeb

[tests-only][full-ci] Bump Web to 7.0.0-rc39
This commit is contained in:
kobergj
2023-06-01 10:55:55 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=e8bdc25468e9a68e58cffd778209e039dd4beaf1
WEB_COMMITID=9957bbec919671f21523b92a9bee6b512d332bc1
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.38
WEB_ASSETS_VERSION = v7.0.0-rc.39
include ../../.make/recursion.mk