Skip to content

Commit 36949d1

Browse files
Hani YacoubHani Yacoub
authored andcommitted
fix test open new via hyperlink
1 parent f92b4e3 commit 36949d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SELECTOR_INFO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ Path to .json: modules/data/exemple_page.components.json
18341834
```
18351835
```
18361836
Selector Name: more-information
1837-
Selector Data: "More information..."
1837+
Selector Data: "Learn more"
18381838
Description: More information..." link
18391839
Location: The hyperlink positioned in the middle of example.com page
18401840
Path to .json: modules/data/exemple_page.components.json

modules/data/example_page.components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616

1717
"more-information": {
18-
"selectorData": "More information...",
18+
"selectorData": "Learn more",
1919
"strategy": "link_text",
2020
"groups": []
2121
}

0 commit comments

Comments
 (0)