Skip to content

Commit

Permalink
forgot to fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinalustig committed Apr 19, 2024
1 parent 6b75131 commit af1a88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared/prosemirror-plugins/image-upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe("image upload plugin", () => {
expect(findAddButton(uploader).disabled).toBe(true);
const validationMessage = findValidationMessage(uploader);
expect(validationMessage.textContent).toBe(
"Please select an image (jpeg, png, or gif) to upload"
"Please select an image (jpeg, png, gif) to upload"
);
expect(validationMessage.classList).not.toContain("d-none");
});
Expand Down

0 comments on commit af1a88f

Please sign in to comment.