Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for E2E/flow options #720

Merged
merged 5 commits into from
Feb 7, 2018
Merged

Tests for E2E/flow options #720

merged 5 commits into from
Feb 7, 2018

Conversation

ayuwono
Copy link
Contributor

@ayuwono ayuwono commented Feb 6, 2018

Tests:

  • Add flow options
  • Verify the flow options are retained after moving around tabs and another flows
  • Remove flow options and verification
  • Add page objects for flow options

@ayuwono ayuwono requested a review from aebadirad February 6, 2018 20:42
@marklogic-builder
Copy link

Can one of the admins verify this patch?

1 similar comment
@marklogic-builder
Copy link

Can one of the admins verify this patch?

@marklogic-builder
Copy link

Jenkins Build failure
http://jenkins.marklogic.com/job/Labs/job/DHF_b9_nightly_linux_cluster/46/testReport

484 tests run, 0 skipped, 2 failed.

@@ -51,7 +51,7 @@ export default function(tmpDir) {
expect(loginPage.stagingAppserverNameLabel.isPresent()).toBe(true);
expect(loginPage.stagingAppserverName.getAttribute('value')).toEqual('data-hub-ol-STAGING');
expect(loginPage.modulesDbName.getAttribute('value')).toEqual('data-hub-ol-MODULES');
browser.driver.sleep(5000);
browser.driver.sleep(3000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why 3000 vs. 5000 or 1000 or 500?

Edit: got the answer, it's to give breathe room for the headed tests vs. headless ones

@aebadirad aebadirad merged commit 559c06d into Marklogic-retired:develop Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants