Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit e80b56a

Browse files
committed
tests: fix tests after autoscroll desc update
1 parent f0f393f commit e80b56a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/helpers/testedValues.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module.exports = {
44
name: 'Autoscroll',
55
metadata: {
66
name: 'autoScrollBehavior',
7-
displayName: 'Autoscroll',
7+
displayName: 'Default Scrolling',
88
defaultBehavior: true,
99
description:
10-
'Automatically scroll down the page and capture any embedded content. If more content loads, scrolling will continue until autopilot is stopped by user.',
10+
'Default behavior for any page. Automatically scrolls down the page as much as possible. If additional content loads that increases page height, scrolling will continue until autopilot is stopped by user. Any discovered audio/video is played, but no other interactions are performed.',
1111
updated: '2019-07-26T13:27:29-07:00',
1212
fileName: 'autoscrollBehavior.js',
1313
},
@@ -337,10 +337,10 @@ module.exports = {
337337
],
338338
defaultBMD: {
339339
name: 'autoScrollBehavior',
340-
displayName: 'Autoscroll',
340+
displayName: 'Default Scrolling',
341341
defaultBehavior: true,
342342
description:
343-
'Automatically scroll down the page and capture any embedded content. If more content loads, scrolling will continue until autopilot is stopped by user.',
343+
'Default behavior for any page. Automatically scrolls down the page as much as possible. If additional content loads that increases page height, scrolling will continue until autopilot is stopped by user. Any discovered audio/video is played, but no other interactions are performed.',
344344
updated: '2019-07-26T13:27:29-07:00',
345345
fileName: 'autoscrollBehavior.js',
346346
},
@@ -350,10 +350,10 @@ module.exports = {
350350
value: {
351351
defaultBehavior: {
352352
name: 'autoScrollBehavior',
353-
displayName: 'Autoscroll',
353+
displayName: 'Default Scrolling',
354354
defaultBehavior: true,
355355
description:
356-
'Automatically scroll down the page and capture any embedded content. If more content loads, scrolling will continue until autopilot is stopped by user.',
356+
'Default behavior for any page. Automatically scrolls down the page as much as possible. If additional content loads that increases page height, scrolling will continue until autopilot is stopped by user. Any discovered audio/video is played, but no other interactions are performed.',
357357
updated: '2019-07-26T13:27:29-07:00',
358358
fileName: 'autoscrollBehavior.js',
359359
},

0 commit comments

Comments
 (0)