You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: test/helpers/testedValues.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ module.exports = {
4
4
name: 'Autoscroll',
5
5
metadata: {
6
6
name: 'autoScrollBehavior',
7
-
displayName: 'Autoscroll',
7
+
displayName: 'Default Scrolling',
8
8
defaultBehavior: true,
9
9
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.',
11
11
updated: '2019-07-26T13:27:29-07:00',
12
12
fileName: 'autoscrollBehavior.js',
13
13
},
@@ -337,10 +337,10 @@ module.exports = {
337
337
],
338
338
defaultBMD: {
339
339
name: 'autoScrollBehavior',
340
-
displayName: 'Autoscroll',
340
+
displayName: 'Default Scrolling',
341
341
defaultBehavior: true,
342
342
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.',
344
344
updated: '2019-07-26T13:27:29-07:00',
345
345
fileName: 'autoscrollBehavior.js',
346
346
},
@@ -350,10 +350,10 @@ module.exports = {
350
350
value: {
351
351
defaultBehavior: {
352
352
name: 'autoScrollBehavior',
353
-
displayName: 'Autoscroll',
353
+
displayName: 'Default Scrolling',
354
354
defaultBehavior: true,
355
355
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.',
0 commit comments