mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Remove the test that was made in the old testing framework
This commit is contained in:
parent
2e89a36345
commit
beec6dbb77
1 changed files with 0 additions and 16 deletions
|
|
@ -68,22 +68,6 @@ Feature: Edit a project
|
|||
And I submit a new action with description "a new next action"
|
||||
Then I should see the todo "a new next action"
|
||||
|
||||
# Ticket #2048
|
||||
@javascript
|
||||
Scenario: I can change the name of the project and it should still allow me to add multiple new actions
|
||||
Given I have a project "bananas"
|
||||
When I go to the "bananas" project
|
||||
And I edit the project name to "cherries"
|
||||
And I edit the default context to "@pc"
|
||||
And I follow "Add multiple next actions"
|
||||
And I submit multiple actions with using
|
||||
"""
|
||||
one new next action
|
||||
another new next action
|
||||
"""
|
||||
Then I should see the todo "one new next action"
|
||||
And I should see the todo "another new next action"
|
||||
|
||||
@javascript
|
||||
Scenario: I can change the default context of the project and it should update the new todo form
|
||||
Given I have a project "bananas" with 1 todos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue