~kelemeng/checkbox/bug868571

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
plugin: manual
name: applications-gedit
requires: package.name == "gedit"
command: gedit
_description:
 Click the "Test" button to open gedit.
 .
 Enter some text and save the file (make a note of the file name you use), then close gedit.
 .
 Did this perform as expected?

plugin: manual
name: applications-gedit-read
depends: applications-gedit
requires: package.name == "gedit"
command: gedit
_description:
 Click the "Test" button to open gedit, and re-open the file you created previously.
 .
 Edit then save the file, then close gedit.
 .
 Did this perform as expected?