Skip to content

Commit

Permalink
Merge branch 'initial' of github.com:jamtools/jamtools-saas into initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Jan 17, 2024
2 parents c80e521 + 5458ff6 commit b64845d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests-e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',

video: 'retain-on-failure',
// video: 'on',
// video: 'retain-on-failure',
video: 'on',
},

/* Configure projects for major browsers */
Expand Down
1 change: 0 additions & 1 deletion tests-e2e/tests/jam_page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {JamPage} from '../support/components/jam_page_pom';
const wait = (ms = 10) => new Promise((resolve) => setTimeout(resolve, ms));

test.describe('Jam page', () => {

test('basic usage', async ({page}) => {
await page.goto('/');

Expand Down

0 comments on commit b64845d

Please sign in to comment.