Skip to content

Commit 0a7726f

Browse files
author
Konstantinacc
committed
Updated css selector on page 7 of how_it_works.py test.
1 parent aed7106 commit 0a7726f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/how_it_works/test_how_it_works.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_how_it_works_page_7 (self):
106106
WebDriverWait(self.driver, TIMEOUT).until(
107107
expected_conditions.text_to_be_present_in_element(
108108
(By.CSS_SELECTOR,
109-
'.navbar .popover:nth-child(3) .popover-title'),
109+
'.navbar-inner .nav.pull-right .popover.fade.bottom.in .popover-title'),
110110
"That's all for now."
111111
)
112112
)

0 commit comments

Comments
 (0)