Skip to content

Commit

Permalink
Upgrade playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 25, 2021
1 parent dea84e0 commit c248562
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 66 deletions.
2 changes: 1 addition & 1 deletion ui/__tests__/e2e/createFlag.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { chromium } = require("playwright");
import expect from "expect-playwright";
import { expect } from "@playwright/test";

let browser;
let page;
Expand Down
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.7",
"@babel/runtime-corejs2": "^7.15.3",
"@playwright/test": "^1.17.1",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
Expand Down
Loading

0 comments on commit c248562

Please sign in to comment.