mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Viewport in smoke test configured incorrectly.
This commit is contained in:
@@ -20,10 +20,10 @@ const path = require('path');
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
|
||||
page.setViewport = {
|
||||
await page.setViewport({
|
||||
width: 1366,
|
||||
height: 768
|
||||
};
|
||||
});
|
||||
|
||||
const exec = (description, fn, assertion) => {
|
||||
const start = +new Date();
|
||||
|
||||
Reference in New Issue
Block a user