formatting fixes

This commit is contained in:
marat 2021-05-06 12:19:22 +03:00
parent 24fbd1631c
commit 6f63360d2c
5 changed files with 4 additions and 7 deletions

View file

@ -1,3 +1,3 @@
USE_LOCAL_BROWSER=true
SHOULD_START_SELENOID=false
TURN_OFF_SCREENSHOTS=true
TURN_OFF_SCREENSHOTS=true

View file

@ -3,4 +3,4 @@ build/
allure-results/
selenoid/video/
target/
selenoid/logs/
selenoid/logs/

View file

@ -179,5 +179,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View file

@ -1,2 +1,2 @@
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/{}

View file

@ -17,6 +17,4 @@ public class SmokeTests extends BaseTest {
.mainPage.shouldBeOnPage();
compareScreenshots("main");
}
}