Skip to content

Commit fb23bea

Browse files
authored
Tests: Add to manual procedure a case for loading module via "Or browse for a file" (#360)
1 parent a7741ba commit fb23bea

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/manual/test-procedure.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,15 @@ Code block 1::
257257

258258
Test Case: module.py file can be loaded by file picker and used in main.py
259259
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
260-
- Load by Load/Save > Add file the file ``emoji.py``
260+
- Load by Load/Save > Or browse for a file, the file ``emoji.py``
261261
- [ ] Confirm the modal dialogue displays 'The "emoji" module has been added to the filesystem.'
262262
- [ ] Confirm the file shows up in the files list with the same title.
263+
264+
265+
Test Case: module.py file can be loaded by file picker and used in main.py
266+
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
267+
- Load by Load/Save > Add file the file ``emoji.py``
268+
- [ ] Confirm the file shows up in the files list with the same title.
263269
- Return to the editor and replace the current script with the following::
264270

265271
from microbit import *

0 commit comments

Comments
 (0)