Skip to content

Commit 81cbfd6

Browse files
committed
Updated to Playwright 1.49.0
1 parent 5d3ea01 commit 81cbfd6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ buildNumber.properties
1515
.project
1616
# JDT-specific (Eclipse Java Development Tools)
1717
.classpath
18-
.idea
18+
.idea
19+
.allure

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
</properties>
1616

1717
<dependencies>
18-
<dependency>
18+
<dependency
1919
<groupId>com.microsoft.playwright</groupId>
2020
<artifactId>playwright</artifactId>
21-
<version>1.47.0</version>
21+
<version>1.49.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
<dependency>

0 commit comments

Comments
 (0)