Skip to content

Commit 900d23f

Browse files
committed
[1.4.1] - reverted back test value
1 parent 3ea31f7 commit 900d23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ResponsiveValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void testThatResponsiveValidatorWorks() {
3131

3232
boolean res1 = responsiveValidator.init("Grid validation")
3333
.findElements(page.images())
34-
.alignedAsGrid(1, 4)
34+
.alignedAsGrid(1, 3)
3535
.areNotOverlappedWithEachOther()
3636
.withSameSize()
3737
.drawMap()

0 commit comments

Comments
 (0)