feat:(client): show-workshop-independent-lower-jaw (#64137)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2026-01-08 17:51:57 +03:00
committed by GitHub
parent 87cf2f2633
commit c3f0473cd0
13 changed files with 292 additions and 36 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
import { test, expect } from '@playwright/test';
test.describe('Editor scrollbar width', () => {
test.describe('Editor scrollbar width on mobile', () => {
test.use({
viewport: { width: 393, height: 851 }
});
test.beforeEach(async ({ page }) => {
await page.goto('/settings');
});