Skip to content

Commit f968935

Browse files
committed
small readme update
1 parent d58ed74 commit f968935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applitools.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module.exports = {
55
batchName: 'Storybook React Tutorial',
66
testConcurrency: 10,
77
showLogs: false,
8-
browser: [
9-
{ width: 1024, height: 768, name: 'chrome' }, // See https://applitools.com/tutorials/sdks/storybook/browsers for additional supported browsers and devices.
8+
browser: [ // See https://applitools.com/tutorials/sdks/storybook/browsers for additional supported browsers and devices.
9+
{ width: 1024, height: 768, name: 'chrome' },
1010
// { width: 1024, height: 768, name: 'firefox' },
1111
// { chromeEmulationInfo: { deviceName: 'Galaxy S20' } },
1212
]

0 commit comments

Comments
 (0)