Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hill <john.c.hill@nasa.gov>2022-05-09 23:25:21 +0300
committerGitHub <noreply@github.com>2022-05-09 23:25:21 +0300
commit6a5823ab5c6b61f62feb5bb2776b2cbb8a9f3fa5 (patch)
tree309627b55cf40093134551249a529b1a28ea6d92 /.circleci
parent0493e5ae3c993e9b30767f38d732e3a557a323b1 (diff)
Fix all e2e tests (#5168)
Fix all e2e tests
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0006ea66c..5422dd9f6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
executors:
pw-focal-development:
docker:
- - image: mcr.microsoft.com/playwright:v1.19.2-focal
+ - image: mcr.microsoft.com/playwright:v1.21.1-focal
environment:
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
parameters: