Skip to content

Commit

Permalink
Update to Playwright 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
fchasen committed Mar 15, 2023
1 parent 6ecc039 commit 6d7f79d
Show file tree
Hide file tree
Showing 246 changed files with 118 additions and 671 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist
lib
__diff_output__
specs/**/*.pdf
specs/temp
.vscode
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.20.0-focal
FROM mcr.microsoft.com/playwright:v1.31.1-focal

# Application parameters and variables
ENV NODE_ENV=development
Expand Down
2 changes: 1 addition & 1 deletion examples/polisher.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC>
<!DOCTYPE html>
<html lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/polyfill.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC>
<!DOCTYPE html>
<html lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion examples/previewer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC>
<!DOCTYPE html>
<html lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Expand Down
Loading

0 comments on commit 6d7f79d

Please sign in to comment.