Skip to content

Commit

Permalink
#6647 changes ui button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wolfes committed Feb 27, 2018
1 parent 219fb11 commit 2a1db24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTests/adminFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = class AdminFunctions{
await driver.wait(until.elementLocated(By.linkText(this.testuserName)),5000);
await driver.findElement(By.linkText(this.testuserName)).click();
await driver.get(config.baseUrl + config.jenkinsContextPath + "/user/" + this.testuserName + "/delete");
await driver.findElement(By.id("yui-gen3-button")).click();};
await driver.findElement(By.id("yui-gen2-button")).click();};

async giveAdminRights(){

Expand Down

0 comments on commit 2a1db24

Please sign in to comment.