ESS_GUI
Last change
on this file was
d6b234b,
checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago
|
Cleanup after merge (removed sasview/sasview)
|
-
Property mode set to
100755
|
File size:
565 bytes
|
Line | |
---|
1 | Feature: Opening files in File Explorer |
---|
2 | |
---|
3 | This test will assure correct behaviour of the file loader |
---|
4 | |
---|
5 | Scenario: Loading a single 1D file |
---|
6 | |
---|
7 | Given SasView running |
---|
8 | And empty File Explorer |
---|
9 | When I click on Load Data |
---|
10 | And choose a 1D file |
---|
11 | Then a new index will show up in File Explorer |
---|
12 | And It will be checked |
---|
13 | |
---|
14 | Scenario: Unselecting the file index |
---|
15 | |
---|
16 | Given SasView running |
---|
17 | And a 1D file loaded |
---|
18 | When I select Uncheck All |
---|
19 | Then the 1D file index will be unchecked |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.