Skip to content

Commit

Permalink
Adição de @ignore em testes não concluídos.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloborba committed Jun 2, 2014
1 parent 382f018 commit 2c24566
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions test/cucumber/Conferencia.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Feature: conferencia
And I select the new conferencia option at the conferencia page
Then I can fill the conferencia details

@ignore
Scenario: list conferencia web
Given I am at the publications menu
When I select the conferencia option at the publications menu
Then a list of conferencias stored by the system is displayed at the conferencia page by alphabetic order

#if ($contextualInformation)

Scenario: new conferencia web has user data filled by default
Given I am at the publications
When I select the conferencia option at the publications menu
Expand All @@ -42,7 +42,6 @@ Feature: conferencia

#end


Scenario: back to main menu web
Given I am at the publications
When I select the conferencia option at the publications menu
Expand Down Expand Up @@ -78,12 +77,14 @@ Feature: conferencia
Then I'm still on conferencia page
And the conferencias are not stored by the system

Scenario: edit existing conference
@ignore
Scenario: edit existing conference
Given the system has conference entitled "IV Conference on Software Product Lines" with file name "SPLC.pdf"
When I change the conference file from "SPLC.pdf" to "SPLC2.pdf"
Then the conference "IV Conference on Software Product Lines" is properly updated by the system

Scenario: edit existing conference web
@ignore
Scenario: edit existing conference web
Given I am at the conference page
And the conference "IV Conference on Software Product Lines" is stored in the system with file name "SPLC.pdf"
When I select to view "IV Conference on Software Product Lines" in resulting list
Expand All @@ -92,46 +93,55 @@ Scenario: edit existing conference web
And A success message is displayed
Then I am at Conference page

Scenario: new invalid conference web (fields blank)
@ignore
Scenario: new invalid conference web (fields blank)
Given I am at the conference registration page
When I create the conference with some field blank
Then the conference is not stored by the system because it is invalid
And an error menssage is displayed

Scenario: list existing conference
@ignore
Scenario: list existing conference
Given the system has conference entitled "IV Conference on Software Product Lines" with file name "SPLC.pdf"
When I view the conference list
Then my conference list contains "IV Conference on Software Product Lines"

Scenario: Order conference web by title
@ignore
Scenario: Order conference web by title
Given I am at the conference page
When I click on the column "title" at the conference list table
then a list of conferences stored by the system is displayed at the conference page by ascending alphabetic order

Scenario: Order conference web by conference data
@ignore
Scenario: Order conference web by conference data
Given I am at the conference page
When I click on the column "Date" at the conference list table
then a list of conferences stored by the system is displayed at the conference page by publication ascending date order

Scenario: Order conference web by research line
@ignore
Scenario: Order conference web by research line
Given I am at the conference page
When I click on the column "Research Line" at the conference list table
then a list of conferences stored by the system is displayed at the conference page by ascending alphabetic order

Scenario: Go to search page
@ignore
Scenario: Go to search page
Given I am at the conference page
When I select the Search Conference option
Then I am at the search conference page

Scenario: Search for conference
@ignore
Scenario: Search for conference
Given the system has conference entitled "IV Conference on Software Product Lines"
When I search for the conferencia entitled "IV Conference on Software Product Lines"
Then theres no change in the data stored by the system.

Scenario: Search for conference web by date
@ignore
Scenario: Search for conference web by date
Given I am at the Seach Conference page
And the system has conference dated "2007"
When I write "2007" at the date field
And I select the option Serach for Conference at the conference page
then a list of all conferences containing that date will be presented in the conference screen
# voces podem criar cenários para ordenar a lista de conferencia, filtrar a lista, verificar se alguns campos podem ser opcionais, etc.

# voces podem criar cenários para ordenar a lista de conferencia, filtrar a lista, verificar se alguns campos podem ser opcionais, etc.

0 comments on commit 2c24566

Please sign in to comment.