File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/playwright/shiny/navbar Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ def verify_panel_updates(elem):
1414 a_panel = elem .nav_panel ("a" )
1515 b_panel = elem .nav_panel ("b" )
1616 c_panel = elem .nav_panel ("c" )
17+
1718 a_panel .click ()
1819 a_panel .expect_active (True )
1920 b_panel .expect_active (False )
@@ -22,6 +23,7 @@ def verify_panel_updates(elem):
2223 f"{ elem .id } (): tab a content\n "
2324 in elem .get_loc_active_content ().all_text_contents ()
2425 )
26+
2527 b_panel .click ()
2628 a_panel .expect_active (False )
2729 b_panel .expect_active (True )
@@ -30,6 +32,7 @@ def verify_panel_updates(elem):
3032 f"{ elem .id } (): tab b content\n "
3133 in elem .get_loc_active_content ().all_text_contents ()
3234 )
35+
3336 c_panel .click ()
3437 a_panel .expect_active (False )
3538 b_panel .expect_active (False )
You can’t perform that action at this time.
0 commit comments