Skip to content

Commit

Permalink
Add note about detailed view
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Oct 21, 2024
1 parent b4ae9bd commit 34d86ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module3/lessons/intro_to_cypress_prework.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ it('displays the list of ideas', () => {
cy.get('.card').first().find('button').should('exist')
})
```
Boom! We're passing AND we're not actually hitting the API 🥳
Boom! We're passing AND we're not actually hitting the API 🥳
Note: Click on the text with the green checkmark to open up a more detailed view.

![Cypress UI](../../assets/images/lessons/cypress/cypress-ui-2.png)

Expand Down

0 comments on commit 34d86ee

Please sign in to comment.