Skip to content

Commit dc096e0

Browse files
cleanup spaces vs tabs
1 parent 6bc46a9 commit dc096e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/browser/screenshot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const options = {
77
executor: 'shared-iterations',
88
options: {
99
browser: {
10-
type: 'chromium',
10+
type: 'chromium',
1111
},
1212
},
1313
},
@@ -24,8 +24,8 @@ export default async function() {
2424
try {
2525
await page.goto('https://quickpizza.grafana.com/test.k6.io/');
2626

27-
const outputPath = __ENV.E2E_OUTPUT_PATH || '.'
28-
await page.screenshot({ path: `${outputPath}/screenshot.png` });
27+
const outputPath = __ENV.E2E_OUTPUT_PATH || '.';
28+
await page.screenshot({ path: `${outputPath}/screenshot.png` });
2929
// TODO: Assert this somehow. Upload as CI artifact or just an external `ls`?
3030
// Maybe even do a fuzzy image comparison against a preset known good screenshot?
3131
} catch (error) {

0 commit comments

Comments
 (0)