-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged scenes #324
base: master
Are you sure you want to change the base?
Merged scenes #324
Conversation
Chosen Features and their new scenarios
New necessary scenarios in Funder ("list existing funder", "duplicate funder web") and Member ("login with nonexisting username", "new member with facebook account", "register member with invalid email") and modified scenarios in Member ("register user with invalid info", "new member with invalid phone", "register user with long username").
- Controlador novo 1: book chapter: edit (esse foi o issue contemplado) -Gui novo 1: book chapter: edit web -Controlador novo 2: research gorup: editar com nome invalido por numero de caracteres -Gui novo 2: reseach group: editar com nome invalido por caracteres web -Mudança de controlador 1: research group: edit -Mudança gui 1: research group: show via web -Mudança controlador 2: visit: edit existing visit -Mudança gui 2: research group: edit via web
Solved by accepting both changes
Solved by accepting both changes
Solved by acceting sccBranch changes
Then I can see all existing ferramentas used in that publication | ||
#end | ||
|
||
#if($ferramentaWithWebsite) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VDDM:
Capacidade de adicionar ferramenta com website
Mistyping correction
When I upload the file "My Thesis.xml" | ||
Then the existing thesis are not changed by the system | ||
And the system stores properly the thesis entitled "My Thesis" | ||
#if($fileThesis) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VDDM:
Capacidade de substituir arquivo de tese de acordo com formato permitido pela aplicação.
#156
1- Contém erros de linguagem: 2- Aqui eu não teria uma "duplicação de cenário"? |
@@ -4,10 +4,12 @@ Feature: Book | |||
I want to add, remove and modify books I have published | |||
so that I can generate web pages and reports containing these books | |||
|
|||
#if ($newBook) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scenario modificado para especificar mais o Book
Given I am at the publications menu | ||
When I select the "Ferramenta" option at the publications menu | ||
And I select the list ferramenta option at the ferramenta page | ||
Then I can see all existing ferramentas used in that publication |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
não faz sentido
Conflicts: test/cucumber/Ferramenta.feature test/cucumber/Member.feature test/cucumber/ResearchLine.feature test/cucumber/Thesis.feature
New and modified scenes