mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 10:40:13 +01:00
fix small problems with two features
This commit is contained in:
parent
29e007f9c6
commit
a9726766b3
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Feature: Manage a project
|
||||||
And I have logged in as "testuser" with password "secret"
|
And I have logged in as "testuser" with password "secret"
|
||||||
And there exists a project "manage me" for user "testuser"
|
And there exists a project "manage me" for user "testuser"
|
||||||
|
|
||||||
@selenium, @wip
|
@selenium
|
||||||
Scenario: I can describe the project using markup
|
Scenario: I can describe the project using markup
|
||||||
When I visit the "manage me" project
|
When I visit the "manage me" project
|
||||||
And I edit the project description to "_successfull outcome_: project is *done*"
|
And I edit the project description to "_successfull outcome_: project is *done*"
|
||||||
|
|
|
||||||
|
|
@ -128,10 +128,10 @@ Feature: Add new next action from every page
|
||||||
Then I should see "You need to submit at least one next action"
|
Then I should see "You need to submit at least one next action"
|
||||||
When I submit the new multiple actions form with "one", "", "", ""
|
When I submit the new multiple actions form with "one", "", "", ""
|
||||||
Then I should see "Context can't be blank"
|
Then I should see "Context can't be blank"
|
||||||
When I fill the multiple actions form with "", "a project", "a context", "tag"
|
When I fill the multiple actions form with "", "a project", "test context", "tag"
|
||||||
And I submit the new multiple actions form with
|
And I submit the new multiple actions form with
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Then I should see "You need to submit at least one next action"
|
Then I should see "You need to submit at least one next action"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue