Skip to content

Commit e2d9d30

Browse files
committed
Merged latest version
1 parent 6542a55 commit e2d9d30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ buildNumber.properties
1717
.classpath
1818
.allure
1919
allure-results
20+
.idea

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.microsoft.playwright</groupId>
3434
<artifactId>playwright</artifactId>
35-
<version>1.47.0</version>
35+
<version>1.49.0</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>

0 commit comments

Comments
 (0)