Skip to content

Commit

Permalink
Updating products.py to point to new images and link to /firefox/os
Browse files Browse the repository at this point in the history
  • Loading branch information
retornam committed Jul 1, 2013
1 parent 2d11aaf commit f444f1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/desktop/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def go_to_page(self):
images_list = [
{
'locator': (By.CSS_SELECTOR, '#products li:nth-child(1) a img'),
'img_name_suffix': 'badge-firefox.jpg',
'img_name_suffix': 'badge-firefox.jpg?2013-06',
}, {
'locator': (By.CSS_SELECTOR, '#products li:nth-child(2) a img'),
'img_name_suffix': 'badge-firefoxos.jpg',
'img_name_suffix': 'badge-firefoxos.jpg?2013-06',
}, {
'locator': (By.CSS_SELECTOR, '#products li:nth-child(3) a img'),
'img_name_suffix': 'badge-marketplace.jpg',
'img_name_suffix': 'badge-marketplace.jpg?2013-06',
}, {
'locator': (By.CSS_SELECTOR, '#products li:nth-child(4) a img'),
'img_name_suffix': 'badge-persona.jpg',
Expand Down Expand Up @@ -81,7 +81,7 @@ def go_to_page(self):
'url_suffix': '/firefox/',
}, {
'locator': (By.CSS_SELECTOR, '#products li:nth-child(2) a'),
'url_suffix': '/partners/',
'url_suffix': '/firefox/os/',
}, {
'locator': (By.CSS_SELECTOR, '#products li:nth-child(3) a'),
'url_suffix': '/apps/',
Expand Down

0 comments on commit f444f1b

Please sign in to comment.