Skip to content

Commit

Permalink
use esm syntax for site-check.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed May 13, 2024
1 parent b26d539 commit 7815b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runatlantis.io/e2e/site-check.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { test } = require('@playwright/test');
import { test } from '@playwright/test';

test('page should load without errors', async ({ page }) => {
// Listen for any errors that occur within the page
Expand Down

0 comments on commit 7815b26

Please sign in to comment.