Skip to content
Snippets Groups Projects
Commit 9676e65d authored by srosse's avatar srosse
Browse files

no-jira: fix selenium test started with the wrong browser

parent 5bc57bb5
No related branches found
No related tags found
No related merge requests found
......@@ -1433,7 +1433,7 @@ public class AssessmentTest extends Deployments {
UserVO kanu = new UserRestClient(deploymentUrl).createRandomUser("kanu");
UserVO ryomou = new UserRestClient(deploymentUrl).createRandomUser("ryomou");
LoginPage authorLoginPage = LoginPage.load(ryomouBrowser, deploymentUrl);
LoginPage authorLoginPage = LoginPage.load(browser, deploymentUrl);
authorLoginPage.loginAs(author.getLogin(), author.getPassword());
//create a course
......
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