diff --git a/packages/nc-gui/tests/playwright/README.md b/packages/nc-gui/tests/playwright/README.md index 44c8b71d20..898578e204 100644 --- a/packages/nc-gui/tests/playwright/README.md +++ b/packages/nc-gui/tests/playwright/README.md @@ -77,4 +77,3 @@ Page objects should be in `packages/nc-gui/tests/playwright/pages` folder. ### Verify if tests are not flaky Add `.only` to the added test and run `npm run test:repeat`. This will run the test multiple times and should show if the test is flaky. -