We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069d7b9 commit 69e7ac3Copy full SHA for 69e7ac3
test/sanity/issue3780-jailed/test.py
@@ -28,6 +28,6 @@
28
devtools_type_in_console(driver, 'location.pathname\n')
29
pathname = driver.find_element_by_css_selector('.console-user-command-result .console-message-text .object-value-string').get_attribute('textContent')
30
print pathname
31
- assert (pathname == '/child.html')
+ assert ('/child.html' in pathname)
32
finally:
33
driver.quit()
0 commit comments