Skip to content
Snippets Groups Projects
Commit b6a5d9e3 authored by pkupczyk's avatar pkupczyk
Browse files

Fixing ui-tests

SVN: 30212
parent 1bc05b31
No related branches found
No related tags found
No related merge requests found
......@@ -35,16 +35,6 @@ public abstract class MainSuite extends SeleniumTest
{
useGui();
// <<< REMOVE THIS
try
{
initPageProxy(MainSuite.class.getMethod("before"));
} catch (Exception ex)
{
System.out.println("Couldn't initialize screenshot shooter: " + ex);
}
// << REMOVE THIS
login(ADMIN_USER, ADMIN_PASSWORD);
enableLegacyUi(); // This is here to enable the legacy UI for metadata since tests use it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment