#103 fix code style

This commit is contained in:
Nightblade73 2019-05-12 13:50:46 +04:00
parent 5cbbb6c319
commit 451e7e5d04

View File

@ -220,7 +220,7 @@ public class IndexConferenceTest extends TestTemplate {
} }
@Test @Test
public void testI_SortAndFilterConferenceList() { public void testISortAndFilterConferenceList() {
Map.Entry<PageObject, List<String>> page = Iterables.get(navigationHolder.entrySet(), 0); Map.Entry<PageObject, List<String>> page = Iterables.get(navigationHolder.entrySet(), 0);
getContext().goTo(applicationProperties.getBaseUrl() + page.getValue().get(1)); getContext().goTo(applicationProperties.getBaseUrl() + page.getValue().get(1));
@ -233,7 +233,7 @@ public class IndexConferenceTest extends TestTemplate {
} }
@Test @Test
public void testJ_DeleteConf() throws InterruptedException { public void testJDeleteConf() throws InterruptedException {
Map.Entry<PageObject, List<String>> page = Iterables.get(navigationHolder.entrySet(), 0); Map.Entry<PageObject, List<String>> page = Iterables.get(navigationHolder.entrySet(), 0);
getContext().goTo(applicationProperties.getBaseUrl() + page.getValue().get(1)); getContext().goTo(applicationProperties.getBaseUrl() + page.getValue().get(1));