Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5af1d14

Browse files
committed
[Interactive Tutorial] Correct wait condition in To Do List tutorial
Corrects the wait condition for the delete task step in the tutorial.
1 parent 60aec0a commit 5af1d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Toolset/palettes/tutorial/courses/First Run/tutorials/To Do List/lessons

Toolset/palettes/tutorial/courses/First Run/tutorials/To Do List/lessons/App Lesson.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ step "Test Delete Task"
481481
The task will be deleted from the list.
482482
action
483483
highlight widget "delete"
484-
wait until the text of field "taskList" is changed
484+
wait until the text of field "taskList" is changed with default ""
485485
go to step "Return to Edit Mode 2"
486486
end step
487487

0 commit comments

Comments
 (0)