Shun Miyazawa 1 rok temu
rodzic
commit
c36338545c

+ 1 - 1
apps/app/playwright/22-sharelink/access-to-sharelink.spec.ts

@@ -1,6 +1,6 @@
 import { test, expect } from '@playwright/test';
 
-test.describe('Access to sharelink by guest', () => {
+test.describe.serial('Access to sharelink by guest', () => {
   let createdSharelink: string | null;
 
   test('Prepare sharelink', async({ page }) => {