We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6542a55 commit e2d9d30Copy full SHA for e2d9d30
.gitignore
@@ -17,3 +17,4 @@ buildNumber.properties
17
.classpath
18
.allure
19
allure-results
20
+.idea
pom.xml
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>com.microsoft.playwright</groupId>
34
<artifactId>playwright</artifactId>
35
- <version>1.47.0</version>
+ <version>1.49.0</version>
36
<scope>test</scope>
37
</dependency>
38
0 commit comments