Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

test(currencyFilter): fix disambiguous locator warning in e2e tests#9593

Closed
gkalpak wants to merge 1 commit into
angular:masterfrom
gkalpak:$currencyFilter-fix-disambiguous-locator
Closed

test(currencyFilter): fix disambiguous locator warning in e2e tests#9593
gkalpak wants to merge 1 commit into
angular:masterfrom
gkalpak:$currencyFilter-fix-disambiguous-locator

Conversation

@gkalpak
Copy link
Copy Markdown
Member

@gkalpak gkalpak commented Oct 13, 2014

The e2e tests for the currencyFilter issued the following warnings:

warning: more than one element found for locator by.binding("amount | currency:"USD$"")

This commit removes the warnings by locating the elements by ID and not by binding.

The e2e tests for the `currencyFilter` issued the following warnings:
> warning: more than one element found for locator by.binding("amount | currency:"USD$"")
This commit removes the warnings by locating the elements by ID and not by
binding.
@tbosch tbosch self-assigned this Oct 13, 2014
@tbosch tbosch closed this in 8b568d7 Oct 13, 2014
@gkalpak
Copy link
Copy Markdown
Member Author

gkalpak commented Oct 13, 2014

@tbosch BTW, if this lands #9600 then this fix would be redundant (and it might be better to remove it as the original approach was more declarative).

@gkalpak gkalpak deleted the $currencyFilter-fix-disambiguous-locator branch October 14, 2014 08:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants