Skip to content

Commit

Permalink
Fixes lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Avila committed Feb 12, 2021
1 parent a5aa769 commit 45f6c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/getting-started/writing-your-first-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ describe('My First Test', () => {
Salve o arquivo e retorne ao Cypress Test Runner. Você vai perceber algumas coisas:

[//]: <> (TODO - Adicionar link Command Log quando for traduzido)

1. O [Log de Comandos](https://docs.cypress.io/guides/core-concepts/test-runner.html#Command-Log)
agora exibe a nova ação `visit`.
2. A aplicação Kitchen Sink foi carregada no painel de
Expand Down Expand Up @@ -268,6 +269,7 @@ Agora podemos fazer uma asserção nessa nova página!
[Vídeo de exemplo do teste acima](https://docs.cypress.io/img/snippets/first-test-click-30fps.mp4)

[//]: <> (TODO - Adicionar link Triple Slash Directives quando for traduzido)

```markdown
Você pode ver o IntelliSense em seus arquivos de teste ao adicionar uma única linha de comentário especial.
Leia sobre isso [aqui](https://docs.cypress.io/guides/tooling/IDE-integration.html#Triple-slash-directives).
Expand Down

0 comments on commit 45f6c2f

Please sign in to comment.