speeds up cukes by beeing already logged in

pull/6827/head
Jens Ulferts 12 years ago
parent d3117f812d
commit 5f8c296584
  1. 2
      features/adding_widgets.feature
  2. 2
      features/subprojects_widget.feature

@ -3,7 +3,7 @@ Feature: Adding widgets to the page
Background:
Given there is 1 project with the following:
| name | project1 |
And I am admin
And I am already logged in as "admin"
And I am on the project "project1" overview personalization page
@javascript

@ -5,7 +5,7 @@ Feature: Subproject Widget
| Name | Parent |
And the project "Parent" has 1 subproject with the following:
| Name | Child |
And I am admin
And I am already logged in as "admin"
@javascript
Scenario: Adding a "Subproject" widget

Loading…
Cancel
Save