#103 fix code style

merge-requests/90/head
Nightblade73 5 years ago
parent 5cbbb6c319
commit 451e7e5d04

@ -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));

Loading…
Cancel
Save