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 3ea31f7 commit 900d23fCopy full SHA for 900d23f
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, 4)
+ .alignedAsGrid(1, 3)
35
.areNotOverlappedWithEachOther()
36
.withSameSize()
37
.drawMap()
0 commit comments