File size: 3,855 Bytes
f6af135 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the issues section to find issues assigned to yourself.",
"actions": [
{
"index": 0,
"start": 19.6,
"end": 20.3,
"text": "Go to the menu bar."
},
{
"index": 1,
"start": 20.9,
"end": 23.5,
"text": "Click the button with the green notifications labeled 'Issues'."
},
{
"index": 2,
"start": 27.0,
"end": 31.6,
"text": "Observe that it automatically filters by issues assigned to yourself and opens in the 'Open' tab."
}
]
},
{
"task_index": 1,
"task": "View all issues assigned to yourself, including closed ones.",
"actions": [
{
"index": 2,
"start": 27.0,
"end": 31.6,
"text": "Observe that it automatically filters by issues assigned to yourself and opens in the 'Open' tab."
},
{
"index": 3,
"start": 35.5,
"end": 37.4,
"text": "Click on 'All' to view all issues assigned to yourself."
}
]
},
{
"task_index": 2,
"task": "Search for issues by keyword.",
"actions": [
{
"index": 4,
"start": 49.7,
"end": 53.5,
"text": "Search for an issue by keyword."
},
{
"index": 5,
"start": 54.2,
"end": 55.3,
"text": "Enter the keyword 'home page' in the search bar."
}
]
},
{
"task_index": 3,
"task": "Assign an issue to a new person.",
"actions": [
{
"index": 7,
"start": 77.5,
"end": 78.8,
"text": "Click on 'Assignee' and then 'Edit'."
},
{
"index": 8,
"start": 80.5,
"end": 81.2,
"text": "Assign the issue to a new person."
},
{
"index": 9,
"start": 82.4,
"end": 83.1,
"text": "Enter 'Rohan Kumar' as the new assignee."
}
]
},
{
"task_index": 4,
"task": "Search for issues by keyword that aren't assigned to you.",
"actions": [
{
"index": 4,
"start": 49.7,
"end": 53.5,
"text": "Search for an issue by keyword."
},
{
"index": 5,
"start": 54.2,
"end": 55.3,
"text": "Enter the keyword 'home page' in the search bar."
}
]
},
{
"task_index": 5,
"task": "Assign a JavaScript issue to yourself.",
"actions": [
{
"index": 12,
"start": 145.0,
"end": 146.9,
"text": "Select a JavaScript issue and assign it to yourself if there are zero assignees."
}
]
}
]
} |