formatting fixes
This commit is contained in:
parent
24fbd1631c
commit
6f63360d2c
5 changed files with 4 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
||||||
USE_LOCAL_BROWSER=true
|
USE_LOCAL_BROWSER=true
|
||||||
SHOULD_START_SELENOID=false
|
SHOULD_START_SELENOID=false
|
||||||
TURN_OFF_SCREENSHOTS=true
|
TURN_OFF_SCREENSHOTS=true
|
||||||
|
|
2
kafka-ui-e2e-checks/.gitignore
vendored
2
kafka-ui-e2e-checks/.gitignore
vendored
|
@ -3,4 +3,4 @@ build/
|
||||||
allure-results/
|
allure-results/
|
||||||
selenoid/video/
|
selenoid/video/
|
||||||
target/
|
target/
|
||||||
selenoid/logs/
|
selenoid/logs/
|
||||||
|
|
|
@ -179,5 +179,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
</project>
|
||||||
</project>
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
allure.results.directory=allure-results
|
allure.results.directory=allure-results
|
||||||
allure.link.issue.pattern=https://github.com/provectus/kafka-ui/issues/{}
|
allure.link.issue.pattern=https://github.com/provectus/kafka-ui/issues/{}
|
||||||
|
|
|
@ -17,6 +17,4 @@ public class SmokeTests extends BaseTest {
|
||||||
.mainPage.shouldBeOnPage();
|
.mainPage.shouldBeOnPage();
|
||||||
compareScreenshots("main");
|
compareScreenshots("main");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue