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 396d5a7 commit 7ca57a0Copy full SHA for 7ca57a0
playwright/src/main/java/com/microsoft/playwright/assertions/PlaywrightAssertions.java
@@ -48,15 +48,6 @@
48
* You can pass this timeout as an option.
49
*
50
* <p> By default, the timeout for assertions is set to 5 seconds.
51
- *
52
- * <p> To use Playwright assertions add the following dependency into the {@code pom.xml} of your Maven project:
53
- * <pre>{@code
54
- * <dependency>
55
- * <groupId>com.microsoft.playwright</groupId>
56
- * <artifactId>assertions</artifactId>
57
- * <version>1.17.0</version>
58
- * </dependency>
59
- * }</pre>
60
*/
61
public interface PlaywrightAssertions {
62
/**
scripts/CLI_VERSION
@@ -1 +1 @@
1
-1.18.0-rc1
+1.18.0-beta-1642620709000
0 commit comments