Skip to content

Commit b4ac581

Browse files
committed
Fix syntax
1 parent 36c9b55 commit b4ac581

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
-1.44 KB
Loading
-526 Bytes
Loading
-5 Bytes
Loading
1.3 KB
Loading
65 Bytes
Loading

modules/console/images/topic.png

124 Bytes
Loading

modules/get-started/pages/quick-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Suppose you're onboarding a new team member who needs access to specific topics.
278278
// (step {"find": {"selector": "[data-testid='nav-link-Security']", "elementText": "Security", "click": true}})
279279
// (step {"goTo": "http://localhost:8080/security/users"})
280280
// (step {"wait": 5000})
281-
// (step {"screenshot": {"path": "../../modules/console/images/security.png", "overwrite": true}})
281+
// (step {"screenshot": {"path": "../../modules/console/images/security.png", "maxVariation": 0.10, "overwrite": "aboveVariation"}})
282282
. On the *Users* tab, click *Create user*.
283283
// (step {"find": {"selector": "[data-testid='create-user-button']", "elementText": "Create user", "click": true, "timeout": 100000}})
284284
// (step {"wait": 1000})
@@ -420,7 +420,7 @@ Audit logs provide a record of all user actions. You can use these logs to track
420420
// (step {"find": { "selector": "[data-testid='nav-link-Topics']", "click": true, "timeout": 15000}})
421421
// (step {"goTo": "http://localhost:8080/topics"})
422422
// (step {"wait": 5000})
423-
// (step {"screenshot": {"path": "../../modules/console/images/internal-topics.png", "overwrite": true}})
423+
// (step {"screenshot": {"path": "../../modules/console/images/internal-topics.png", "maxVariation": 0.10, "overwrite": "aboveVariation"}})
424424
. Click the *Show internal topics* checkbox.
425425
// (step {"find": { "selector": "[data-testid='show-internal-topics-checkbox']", "elementText": "Show internal topics", "click": true, "timeout": 15000}})
426426
// (step {"wait": 5000})

0 commit comments

Comments
 (0)