Skip to content
Snippets Groups Projects
Commit 44bb18d3 authored by Lukas Marik's avatar Lukas Marik
Browse files

repair loading screen name in log info

parent 507bfa12
Branches feature-test-encyclopedia
Tags
No related merge requests found
......@@ -54,8 +54,8 @@ public class TestEncyclopedia extends AbstractTestScenario {
clickAt(incGetSteps() +". Click at open/close menu button", AbstractMenu.OPEN_CLOSE_MENU_BUTTON_NAME);
waitForEvent(incGetSteps() +". Wait for event opened menu", AbstractMenu.SCENARIO_STEP_OPENED_MENU);
clickMainMenuButton(incGetSteps() +". Click at Hall of Fame button in the menu", MainMenuDefinition.ENCYCLOPEDIA);
waitForScreen(incGetSteps() + ". Wait for screen HallOfFameScreen", EncyclopediaScreen.class);
clickMainMenuButton(incGetSteps() +". Click at Encyclopedia button in the menu", MainMenuDefinition.ENCYCLOPEDIA);
waitForScreen(incGetSteps() + ". Wait for screen Encyclopedia", EncyclopediaScreen.class);
clickAt(incGetSteps() +". Click plus font button", EncyclopediaScreen.BUTTON_PLUS_NAME);
clickAt(incGetSteps() +". Click plus font button", EncyclopediaScreen.BUTTON_PLUS_NAME);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment