Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
JENKINS-41769 update xpath for branch commit message (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
James William Dumay committed Apr 28, 2017
1 parent 6eec6d1 commit c38dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/multibranch/commitMessages.js
Expand Up @@ -72,7 +72,7 @@ module.exports = {

// Look for commit on 2nd run.
browser.useXpath().waitForElementVisible(`//tr[@id="${jobName}-2"]/*/a/code[text()="${commitId.slice(0,7)}"]`);
browser.useXpath().waitForElementVisible(`//tr[@id="${jobName}-2"]/*/a[text()="somefile created"]`);
browser.useXpath().waitForElementVisible(`//tr[@id="${jobName}-2"]/*/a/span[text()="somefile created"]`);

done();
});
Expand Down

0 comments on commit c38dbba

Please sign in to comment.