-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
1 addition
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1 @@ | ||
{ | ||
"web_name": "Cambridge Dictionary", | ||
"id": "cambridge_lookup_1", | ||
"task": "Click the search box and type 'hello'", | ||
"web": "https://dictionary.cambridge.org/", | ||
"element_type": "input", | ||
"interaction": "type", | ||
"target_element": { | ||
"type": "id", | ||
"value": "searchword" | ||
}, | ||
"input_text": "hello", | ||
"ground_truth": { | ||
"screenshot": "cambridge_lookup_1_gt.png", | ||
"description": "The word 'hello' has been entered in the search box", | ||
"visual_changes": [ | ||
"Text 'hello' appears in search box", | ||
"Text cursor visible at end of input", | ||
"Search suggestions may appear" | ||
], | ||
"success_criteria": [ | ||
"Input text matches 'hello' exactly", | ||
"Text is visible in search box", | ||
"Search box maintains focus" | ||
] | ||
} | ||
} | ||
{"web_name": "Cambridge Dictionary", "id": "cambridge_lookup_1", "task": "Click the search box and type 'hello'", "web": "https://dictionary.cambridge.org/", "element_type": "input", "interaction": "type", "target_element": {"type": "id", "value": "searchword"}, "input_text": "hello", "ground_truth": {"screenshot": "cambridge_lookup_1_gt.png", "description": "The word 'hello' has been entered in the search box", "visual_changes": ["Text 'hello' appears in search box", "Text cursor visible at end of input", "Search suggestions may appear"], "success_criteria": ["Input text matches 'hello' exactly", "Text is visible in search box", "Search box maintains focus"]}} |