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 01bb9c0 commit 3ea31f7Copy full SHA for 3ea31f7
src/test/java/ResponsiveValidatorTest.java
@@ -31,7 +31,7 @@ public void testThatResponsiveValidatorWorks() {
31
32
boolean res1 = responsiveValidator.init("Grid validation")
33
.findElements(page.images())
34
- .alignedAsGrid(1, 3)
+ .alignedAsGrid(1, 4)
35
.areNotOverlappedWithEachOther()
36
.withSameSize()
37
.drawMap()
0 commit comments