Skip to content

Rewrite integration tests for user-dropdown component to use page objects#1585

Merged
begedin merged 3 commits intodevelopfrom
rewrite-integration-tests-for-user-dropdown-component-to-use-page-objects
Dec 8, 2017
Merged

Rewrite integration tests for user-dropdown component to use page objects#1585
begedin merged 3 commits intodevelopfrom
rewrite-integration-tests-for-user-dropdown-component-to-use-page-objects

Conversation

@daveconnis
Copy link
Copy Markdown
Contributor

@daveconnis daveconnis commented Dec 7, 2017

What's in this PR?

  • page object for user-dropdown
  • rewritten integration test to include page object

References

Fixes # 772

Progress on: #

Copy link
Copy Markdown
Contributor

@begedin begedin left a comment

Choose a reason for hiding this comment

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

Other than a formatting issue, this is looking good. Fix that, and I can merge it tomorrow morning.

user=user
action='hide'
}}`);
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You got some indentation crap here. You could probably fit it all onto a single line to.

@begedin begedin force-pushed the rewrite-integration-tests-for-user-dropdown-component-to-use-page-objects branch from c73ce73 to a2c3d41 Compare December 8, 2017 10:41
@begedin begedin merged commit 4b730ab into develop Dec 8, 2017
@begedin begedin deleted the rewrite-integration-tests-for-user-dropdown-component-to-use-page-objects branch December 8, 2017 10:58

renderPage();
page.click();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The extra space here should be cleaned up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants