File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
test/integration_selenium Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ def test_html_output_sanitized(self):
2828 self .wait_for_selector_visible ("[data-description='sanitization warning']" )
2929 self .assert_selector_absent ("[data-description='allowlist link']" )
3030 self .screenshot ("sanitization warning" )
31+ assert self .switch_to_frame ()
3132 self .assert_selector_absent ("[data-description='hello-world']" )
3233 self .switch_to_default_content ()
3334
@@ -46,6 +47,7 @@ def test_html_output_sanitized_admin(self):
4647 self .driver .refresh ()
4748 self .assert_selector_absent ("[data-description='sanitization warning']" )
4849 self .assert_selector_absent ("[data-description='allowlist link']" )
50+ assert self .switch_to_frame ()
4951 self .wait_for_selector ("[data-description='hello-world']" )
5052 self .switch_to_default_content ()
5153 finally :
You can’t perform that action at this time.
0 commit comments