Skip to content

Commit f80cef5

Browse files
committed
[responsive-validator] - implemented autogenerating screenshots based on json files
1 parent b6f8043 commit f80cef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/ResponsiveValidatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import org.junit.Ignore;
12
import org.junit.Test;
23
import org.openqa.selenium.WebDriver;
34
import util.driver.WebDriverFactory;
45
import util.validator.ResponsiveValidator;
56

7+
@Ignore
68
public class ResponsiveValidatorTest {
79

810
@Test

0 commit comments

Comments
 (0)