Skip to content

Commit 27fcbfd

Browse files
fix: no idea (#1200)
1 parent dafcef3 commit 27fcbfd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

__tests__/browser/markdown.test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
55

66
describe('visual regression tests', () => {
77
describe('rdmd syntax', () => {
8+
beforeAll(async () => {
9+
// try warming up the browser???
10+
const uri = 'http://localhost:9966/#/callouts?ci=true&darkModeDataAttribute=true';
11+
await page.goto(uri, { waitUntil: 'networkidle0' });
12+
});
13+
814
beforeEach(async () => {
915
// The ToC disappears somewhere below 1200, 1175-ish?
1016
await page.setViewport({ width: 1400, height: 800 });

0 commit comments

Comments
 (0)