mirror of https://gitlab.com/KKlochko/tui-rsync
parent
9280cdaf7d
commit
befdc9ea93
@ -1,8 +1,14 @@
|
||||
Feature: Creating the source
|
||||
|
||||
Scenario: Adding an new unique source
|
||||
Given the label "db"
|
||||
And the path "/db"
|
||||
Scenario Outline: Adding an new unique source
|
||||
Given the label "<label>"
|
||||
And the path "<source_path>"
|
||||
When I add the source
|
||||
Then the source should be added successfully
|
||||
|
||||
Examples:
|
||||
| label | source_path |
|
||||
| usb | /mnt/usb |
|
||||
| db | /db |
|
||||
| temp | /tmp |
|
||||
|
||||
|
Loading…
Reference in new issue