Skip to content

Commit 69e7ac3

Browse files
committed
[test] fix issue3780-jailed for nw20
1 parent 069d7b9 commit 69e7ac3

File tree

1 file changed

+1
-1
lines changed
  • test/sanity/issue3780-jailed

1 file changed

+1
-1
lines changed

test/sanity/issue3780-jailed/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
devtools_type_in_console(driver, 'location.pathname\n')
2929
pathname = driver.find_element_by_css_selector('.console-user-command-result .console-message-text .object-value-string').get_attribute('textContent')
3030
print pathname
31-
assert (pathname == '/child.html')
31+
assert ('/child.html' in pathname)
3232
finally:
3333
driver.quit()

0 commit comments

Comments
 (0)