mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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 there exists a project "manage me" for user "testuser"
|
||||
|
||||
@selenium, @wip
|
||||
@selenium
|
||||
Scenario: I can describe the project using markup
|
||||
When I visit the "manage me" project
|
||||
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"
|
||||
When I submit the new multiple actions form with "one", "", "", ""
|
||||
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
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
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