Skip to content
Snippets Groups Projects
Commit aa2c291a authored by Juan Fuentes's avatar Juan Fuentes
Browse files

Merge branch 'master' of sissource.ethz.ch:sispub/openbis

parents 957efdeb eaa892ab
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,6 @@ public class UtilitiesMenu
@Locate("openbis_top-menu_openbis-test")
private Link openbisJsWebapp;
@Locate("openbis_top-menu_openbis-screening-test")
private Link openbisScreeningJsWebapp;
@Locate("openbis_top-menu_openbis-v3-api-test")
private Link openbisV3JsWebapp;
......@@ -36,11 +33,6 @@ public class UtilitiesMenu
openbisJsWebapp.click();
}
public void openbisScreeningJsWebapp()
{
openbisScreeningJsWebapp.click();
}
public void openbisV3JsWebapp()
{
openbisV3JsWebapp.click();
......
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