-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adição da feature de cadastro e manutenção de clientes #3
Conversation
…oção de conta bem sucedidos
Pequeno ajuste no novo cenário do cadastro e manutenção de clientes novo cenário de visualização de percentual de discrepância
@@ -0,0 +1,236 @@ | |||
Feature: Cadastro e manutenção de clientes (inserir, atualizar e remover) | |||
Como um usuário do app de delivery |
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.
As palavras-chave tem que estar em inglês pra linguagem de teste funcionar, então tem que trocar pra "As a", "Given", "And", "Then", etc.
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.
Os termos já foram substituídos.
Eu quero poder criar uma conta no app, alterar informações fornecidas durante o cadastro e excluir a conta que criei | ||
Para que assim eu possa ter uma identificação única, atualizada e a opção de cancelá-la | ||
|
||
----- |
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.
Provavelmente esses "----" vão crashar o programa, mas não tenho certeza
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.
As linhas pontilhadas já foram removidas.
No description provided.