Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit b340efa

Browse files
committed
change test name
1 parent 5c0856a commit b340efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/component/advanced/use-local-storage/App.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('App', () => {
1717
cy.contains('.item', 'oranges 🍊').should('be.visible')
1818
})
1919

20-
it('sets default cart otherwise', () => {
20+
it('updates localStorage after adding an item to the cart', () => {
2121
mount(<App />)
2222
cy.contains('.item', 'kiwi 🥝').should('be.visible')
2323
cy.contains('Add juice').click()

0 commit comments

Comments
 (0)