Skip to content

Commit

Permalink
Merge pull request #26 from kanopi/thejimbirch-patch-1
Browse files Browse the repository at this point in the history
Adds logo to CHEATSHEET
  • Loading branch information
thejimbirch authored Feb 3, 2024
2 parents 4ccad40 + c6162e3 commit 0d96f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHEATSHEET.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![shrubs](https://github.com/kanopi/shrubs/assets/5177009/e0d0ed6e-7e08-43be-9c82-69119bb19ab5)

# Shrubs Cypress Commands Cheatsheet

## Administration
Expand Down Expand Up @@ -369,4 +371,4 @@ describe('Check sendgrid is sending emails', () => {
cy.get('.messages-list .messages--status').should('contain', 'SendGrid test email sent')
})
})
```
```

0 comments on commit 0d96f0d

Please sign in to comment.