Skip to content

Commit

Permalink
Adicionando um comentário job ruby-firefox e alterando fixture produto
Browse files Browse the repository at this point in the history
  • Loading branch information
AndressaKarla committed Mar 30, 2024
1 parent 0cac716 commit bc397b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
retention-days: 30

ruby-firefox:
# job "ruby-firefox" somente é executado se o job anterior "ruby-chrome" for executado com sucesso
needs: ruby-chrome
runs-on: ubuntu-latest

Expand Down
3 changes: 1 addition & 2 deletions features/support/fixtures/produto.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"produto_valido1": {
"produto_cadastrado1": "Logitech MX Vertical",
"produto_cadastrado2": "Samsung 60 polegadas"
"produto_cadastrado1": "Samsung 60 polegadas"
},
"produto_invalido1": {
"produto_nao_cadastrado1": "Produto Não Cadastrado"
Expand Down

0 comments on commit bc397b9

Please sign in to comment.