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
Copy file name to clipboardExpand all lines: data.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ const PRODUCTS = [
21
21
videos: [
22
22
{id: "aa-1",title: "1.1 Get Started | Record Your First Test on Low Code Automation",youtubeId: "https://www.youtube.com/watch?v=x0bHlVV2psU&list=PLN1KfW8k2lAk",duration: "05:11",
23
23
description: "Start your Low Code Automation journey by recording a test directly in your browser. The intuitive test recorder turns every click, input, and navigation into an automated step in real time, with no coding or infrastructure setup, so QA testers, developers, and citizen testers can build their first automated test in minutes.",
24
-
docs: [{label: "Create Your First Test",url: "https://www.browserstack.com/docs/..."}],links: []},
24
+
docs: [{label: "Create Your First Test",url: "https://www.browserstack.com/docs/low-code-automation/get-started/create-test"}],links: []},
25
25
{id: "aa-2",title: "1.2 Get Started | Add Validations: Visual, Text Assert, Element Presence",youtubeId: "https://youtu.be/_3k8DXgi8Cs?si=jWaECArBEYmwKCyq",duration: "03:31",
26
26
description: "Add detailed validations to your recorded steps to verify both functionality and visuals. Assert on text, elements, and page state so every critical checkpoint in your end-to-end journey is checked automatically on each run..",
0 commit comments