Feature: In order to view posts that I've create
as a user on D.o
I want to see a list of my posts on my user page

Scenario: I want to see my submitted posts
Given that I'm logged in
When I go to project/issues/user
Then I should see my submitted posts

Scenario: I need to see if an issue's been updated
Given that I've commented on it
or that I've followed it
when I go to project/issues/user
then I should see a list of issues

Scenario: I want a way to search for an issue
given that I know the text I want to look for
and have a keyboard
when I visit project/issues/user
then I should see a search box
and be able to enter text into it

Scenario: I need to see all of the high priority issues
given that I know what level I'm looking for
and the issues have been tagged with a priority
when I choose a priority level
and I hit submit
then I should get a list of issues that match the chosen priority

Scenario: I need to see the issues that relate to drupal 6.x
given that I'm on the issue page
when I select 6.x
and hit submit
then I should see a list of issues that match that version

Comments

duellj’s picture

danlinn’s picture

I knew that was going to happen :)

eliza411’s picture

I don't think these are duplicates.

This one covers user/#####/track and the other covers project/issues/user

eliza411’s picture

Component: Tests » Feature/Scenarios
Status: Active » Needs review

Labeling this as Feature/Scenarios component and moving to needs review. (I'm figuring out that workflow will meet needs :)

eliza411’s picture

Status: Needs review » Closed (duplicate)

This appears to be getting implemented in #1705566: Write Feature File/s for Project issues(your_issues.feature) as well as other issues, so I'm closing as duplicate even though this is the original.