Skip to content
Snippets Groups Projects
Commit 6bcfccf7 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Fix specs

parent cb7dd09a
No related branches found
No related tags found
No related merge requests found
Loading
@@ -10,6 +10,7 @@ Feature: User
Loading
@@ -10,6 +10,7 @@ Feature: User
Given "John Doe" owns internal project "Internal" Given "John Doe" owns internal project "Internal"
And "John Doe" owns public project "Community" And "John Doe" owns public project "Community"
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Personal projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should not see project "Enterprise" And I should not see project "Enterprise"
And I should not see project "Internal" And I should not see project "Internal"
Loading
@@ -23,6 +24,7 @@ Feature: User
Loading
@@ -23,6 +24,7 @@ Feature: User
And "John Doe" owns internal project "Internal" And "John Doe" owns internal project "Internal"
And I sign in as a user And I sign in as a user
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Personal projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should not see project "Enterprise" And I should not see project "Enterprise"
And I should see project "Internal" And I should see project "Internal"
Loading
@@ -33,6 +35,7 @@ Feature: User
Loading
@@ -33,6 +35,7 @@ Feature: User
Given "John Doe" owns internal project "Internal" Given "John Doe" owns internal project "Internal"
And I sign in as a user And I sign in as a user
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Personal projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should not see project "Enterprise" And I should not see project "Enterprise"
And I should see project "Internal" And I should see project "Internal"
Loading
@@ -42,6 +45,7 @@ Feature: User
Loading
@@ -42,6 +45,7 @@ Feature: User
Scenario: I visit user "John Doe" page while signed in as someone else when he is not authorized to a project I can see Scenario: I visit user "John Doe" page while signed in as someone else when he is not authorized to a project I can see
Given I sign in as a user Given I sign in as a user
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Personal projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should not see project "Enterprise" And I should not see project "Enterprise"
And I should not see project "Internal" And I should not see project "Internal"
Loading
@@ -55,6 +59,7 @@ Feature: User
Loading
@@ -55,6 +59,7 @@ Feature: User
And "John Doe" owns public project "Community" And "John Doe" owns public project "Community"
And I sign in as "John Doe" And I sign in as "John Doe"
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Personal projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should see project "Enterprise" And I should see project "Enterprise"
And I should see project "Internal" And I should see project "Internal"
Loading
@@ -64,6 +69,7 @@ Feature: User
Loading
@@ -64,6 +69,7 @@ Feature: User
Scenario: I visit user "John Doe" page while signed in as "John Doe" when he has no public project Scenario: I visit user "John Doe" page while signed in as "John Doe" when he has no public project
Given I sign in as "John Doe" Given I sign in as "John Doe"
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Personal projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should see project "Enterprise" And I should see project "Enterprise"
And I should not see project "Internal" And I should not see project "Internal"
Loading
@@ -74,6 +80,7 @@ Feature: User
Loading
@@ -74,6 +80,7 @@ Feature: User
Given I sign in as a user Given I sign in as a user
And "John Doe" has contributions And "John Doe" has contributions
When I visit user "John Doe" page When I visit user "John Doe" page
And I click on "Contributed projects" tab
Then I should see user "John Doe" page Then I should see user "John Doe" page
And I should see contributed projects And I should see contributed projects
And I should see contributions calendar And I should see contributions calendar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment