next_tab_loc = b.tabbar.tabs[1].location self.assertTrue(next_tab_loc.endswith('/onboarding')ornext_tab_loc.endswith('/onboarding/')) b.tabbar.close_tab(b.tabbar.tabs[1])# The frontend should show a list of experiments after it contacts the add-onwithm.using_context(m.CONTEXT_CON...