#103 fix code style
This commit is contained in:
parent
5cbbb6c319
commit
451e7e5d04
@ -220,7 +220,7 @@ public class IndexConferenceTest extends TestTemplate {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testI_SortAndFilterConferenceList() {
|
||||
public void testISortAndFilterConferenceList() {
|
||||
Map.Entry<PageObject, List<String>> page = Iterables.get(navigationHolder.entrySet(), 0);
|
||||
|
||||
getContext().goTo(applicationProperties.getBaseUrl() + page.getValue().get(1));
|
||||
@ -233,7 +233,7 @@ public class IndexConferenceTest extends TestTemplate {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testJ_DeleteConf() throws InterruptedException {
|
||||
public void testJDeleteConf() throws InterruptedException {
|
||||
Map.Entry<PageObject, List<String>> page = Iterables.get(navigationHolder.entrySet(), 0);
|
||||
|
||||
getContext().goTo(applicationProperties.getBaseUrl() + page.getValue().get(1));
|
||||
|
Loading…
Reference in New Issue
Block a user