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

dashboard: add test for filtering assets and accounts #1453

Merged
merged 8 commits into from Jul 18, 2017

Conversation

jeffomatic
Copy link
Contributor

@jeffomatic jeffomatic commented Jul 18, 2017

Also fixes list-item tests to make them less brittle.

.then(() => testHelpers.createAccount(id1, {tags: {x: tag1}}))
.then(() => testHelpers.createAccount(id2, {tags: {x: tag2}}))
.then(() => testHelpers.createAccount(id3, {tags: {x: tag1}}))
.then((account) => browser.url('/accounts'))
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need the account param here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope nice catch!

@jeffomatic jeffomatic changed the title dashboard: add test for filtering dashboard: add test for filtering assets and accounts Jul 18, 2017
@iampogo iampogo merged commit 2a87d72 into main Jul 18, 2017
@iampogo iampogo deleted the dash-filtering-tests branch July 18, 2017 21:50
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.

None yet

4 participants