diff --git a/klausur-service/backend/tests/test_grid_editor_api.py b/klausur-service/backend/tests/test_grid_editor_api.py index d66111e..b94273c 100644 --- a/klausur-service/backend/tests/test_grid_editor_api.py +++ b/klausur-service/backend/tests/test_grid_editor_api.py @@ -1117,7 +1117,9 @@ class TestBorderStripFilter: ] content_wbs = [] for i in range(20): - content_wbs.append(self._make_wb(f"word{i}", 179 + (i % 3) * 100, 100 + i * 40)) + # Place content words at x=179 and x=280 (gap=1px between them, + # much smaller than the 45px border-to-content gap) + content_wbs.append(self._make_wb(f"word{i}", 179 + (i % 2) * 51, 100 + i * 40)) # Build zone with cells cells = [] # Border-only cells