Skip to content

Commit

Permalink
Adjusts viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Nov 29, 2024
1 parent 1ceab36 commit 675aa05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { expect, test } from '@playwright/experimental-ct-react';
import { CypherEditor } from '../CypherEditor';
import { CypherEditorPage } from './e2eUtils';

test.use({ viewport: { width: 1000, height: 500 } });
test.use({ viewport: { width: 2000, height: 1000 } });
test('Prop lint set to false disables syntax validation', async ({
page,
mount,
Expand Down

0 comments on commit 675aa05

Please sign in to comment.