Add a test for the creating source feature.

This commit is contained in:
2023-11-08 22:05:11 +02:00
parent e04b9894b9
commit 9280cdaf7d
2 changed files with 43 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Feature: Creating the source
Scenario: Adding an new unique source
Given the label "db"
And the path "/db"
When I add the source
Then the source should be added successfully