Skip to content

Commit

Permalink
Make rebase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemijRodionov committed Jul 5, 2019
1 parent deae0b4 commit b938c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopelectro/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from .driver import SiteDriver
from .pages import *
from .analytics_goals import YandexEcommerceGoals
from .analytics_goals import Goals, YandexEcommerceGoals
2 changes: 1 addition & 1 deletion shopelectro/tests/tests_js_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_add_from_category_page(self):
reached_goals = self.get_goals()
self.assertTrue(reached_goals)

reached = reached_goals[1]
reached = reached_goals[0]
self.assertIn('add', reached)
self.assertEqual(reached['currencyCode'], 'RUB')

Expand Down

0 comments on commit b938c26

Please sign in to comment.