Skip to content

Commit

Permalink
wrong test description (kentcdodds#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
euZebe authored Mar 4, 2020
1 parent 4161cfe commit 3b53f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('posts', () => {
.visit('/')
})

it('should allow existing users to login', () => {
it('should allow adding a post', () => {
const fakePost = generate.postData()
// shorten the content so we don't have to wait so long
fakePost.content = fakePost.content.slice(0, 50)
Expand Down

0 comments on commit 3b53f1d

Please sign in to comment.