mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
fix(pw): skip onboarding flow test for now
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test } from '@playwright/test';
|
||||
import { OnboardingFlowPage } from '../pages/OnboardingFlowPage';
|
||||
|
||||
test.describe('Onboarding Flow', () => {
|
||||
test.describe.skip('Onboarding Flow', () => {
|
||||
let onboardingFlowPage: OnboardingFlowPage;
|
||||
|
||||
test.beforeEach(async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user