Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Change product list to return strings not WebElements #126

Merged
merged 2 commits into from Apr 19, 2012

Conversation

bebef1987
Copy link
Contributor

@@ -33,7 +33,7 @@ def test_that_options_are_sorted_the_same(self, mozwebqa):
Assert.equal(len(nav_product_list), len(search_product_list))

for i, prod_item in enumerate(nav_product_list):
Assert.equal(prod_item.text, search_product_list[i].text)
Assert.equal(prod_item, search_product_list[i].text)
Copy link
Contributor

Choose a reason for hiding this comment

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

This step fails:

E AttributeError: 'unicode' object has no attribute 'text'
tests/test_smoke_tests.py:36: AttributeError

@zacc
Copy link
Contributor

zacc commented Apr 19, 2012

LGTM.

@m8ttyB
Copy link
Contributor

m8ttyB commented Apr 19, 2012

lgtm and no more attribute errors

m8ttyB added a commit that referenced this pull request Apr 19, 2012
Change product list to return strings not WebElements
@m8ttyB m8ttyB merged commit 81aa938 into mozilla:master Apr 19, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants