diff --git a/kitty_tests/layout.py b/kitty_tests/layout.py index 928d0f2a2..cbcad2a0c 100644 --- a/kitty_tests/layout.py +++ b/kitty_tests/layout.py @@ -99,7 +99,7 @@ class TestLayout(BaseTest): def setUp(self): super().setUp() - self.set_options() + self.set_options({'tab_bar_style': 'hidden'}) def do_ops_test(self, q): windows = create_windows(q)