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

Commit

Permalink
[JENKINS-42515] tweak for new "only showing 100 artifacts" component
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Meyers committed Mar 31, 2017
1 parent 2c3845d commit 9f96ea6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/js/artifacts/artifacts.js
Expand Up @@ -30,8 +30,7 @@ module.exports = {
blueRunDetailPage.waitForElementVisible('section.BasicHeader--success');

blueRunDetailPage.clickTab('artifacts');

browser.assert.containsText('.artifactListingLimited', 'Only showing the first 100 artifacts');
blueRunDetailPage.waitForElementVisible('.artifacts-info');
}

};

0 comments on commit 9f96ea6

Please sign in to comment.