Skip to content

Commit d73d32b

Browse files
Put a shorter sleep back in
1 parent 13c97c8 commit d73d32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/features/user_adds_template_to_project.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe('User adds a template to a project', function() {
3939
createFromTemplatePage.clickCreate(); // implicit redirect to overview page
4040
var deploymentsPage = new DeploymentsPage(project);
4141
deploymentsPage.visit();
42+
browser.sleep(3 * 1000); // sleep 10 seconds to experiment with jenkins
4243
var tableRows = element(by.repeater('replicationController in replicationControllersForDC'));
4344
h.waitForElem(tableRows);
4445
// TODO:

0 commit comments

Comments
 (0)