Skip to content

Commit 3ea31f7

Browse files
committed
[1.4.1] - changed test value
1 parent 01bb9c0 commit 3ea31f7

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, 3)
34+
.alignedAsGrid(1, 4)
3535
.areNotOverlappedWithEachOther()
3636
.withSameSize()
3737
.drawMap()

0 commit comments

Comments
 (0)