forked from External/mage
big client update - moved Session to Mage.Common project, this will allow other clients to reuse connection logic
This commit is contained in:
parent
b9f4f7abf4
commit
8b1c463d35
80 changed files with 417 additions and 610 deletions
|
|
@ -56,7 +56,7 @@ public class StartMultiGamesTest {
|
|||
if (frame == null) {
|
||||
sync.wait();
|
||||
}
|
||||
ui = MageFrame.getSession().getUI();
|
||||
ui = MageFrame.getUI();
|
||||
ui.doClick(MageComponents.TABLES_MENU_BUTTON);
|
||||
ui.doClick(MageComponents.NEW_GAME_BUTTON);
|
||||
ui.doClick(MageComponents.NEW_TABLE_OK_BUTTON, 500);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue