tagged some further tests as 'two-browser' in persisting attempt to unclog pipeline fails; _tray.scss .grid-cell border-color changed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-29 19:43:48 -04:00
parent 6817323f8e
commit 3bf48546e3
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from django.test import tag
from selenium.webdriver.common.by import By
from .base import FunctionalTest
@@ -204,6 +205,7 @@ class TrayTest(FunctionalTest):
# Test T6 — landscape: tray btn is near the top edge of the viewport #
# ------------------------------------------------------------------ #
@tag('two-browser')
def test_tray_btn_anchored_near_top_in_landscape(self):
room = self._make_sig_select_room()
self._switch_to_landscape()
@@ -225,6 +227,7 @@ class TrayTest(FunctionalTest):
# Test T7 — landscape: dragging btn downward opens the tray #
# ------------------------------------------------------------------ #
@tag('two-browser')
def test_dragging_tray_btn_down_opens_tray_in_landscape(self):
room = self._make_sig_select_room()
self._switch_to_landscape()
@@ -281,6 +284,7 @@ class TrayTest(FunctionalTest):
# Test T9 — landscape: 8 columns × 1 row of square cells #
# ------------------------------------------------------------------ #
# T9a — column/row count (structure)
@tag('two-browser')
def test_tray_grid_is_8_columns_by_1_row_in_landscape(self):
room = self._make_sig_select_room()
self._switch_to_landscape()
@@ -315,6 +319,7 @@ class TrayTest(FunctionalTest):
# Test T9b — landscape: all 8 cells visible within the tray interior #
# ------------------------------------------------------------------ #
@tag('two-browser')
def test_landscape_tray_all_8_cells_visible(self):
room = self._make_sig_select_room()
self._switch_to_landscape()