Skip to content

Commit

Permalink
Merge branch 'test/2255-hmr-tests' of github.com:evidence-dev/evidenc…
Browse files Browse the repository at this point in the history
…e into test/2255-hmr-tests
  • Loading branch information
ItsMeBrianD committed Aug 2, 2024
2 parents bf2801b + e7cce6e commit 0b2e719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/hmr/tests/tests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ test.describe('pages', () => {

test.describe('sources', () => {
test('editing should HMR', async ({ page }) => {
page.on('console', (message) => {
console.log(message.text());
});
await page.goto('/orders');
await waitForDevModeToLoad(page);

Expand Down

0 comments on commit 0b2e719

Please sign in to comment.