We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f127004 commit 6caa1c0Copy full SHA for 6caa1c0
1 file changed
src/app/__tests__/page.test.tsx
@@ -100,7 +100,7 @@ describe("User Flow", () => {
100
await user.upload(fileInput, [nonConforming]);
101
102
// Assert
103
- const errorFlag = await screen.findByText("Error!");
+ const errorFlag = await screen.findByText("Upload Failed!");
104
expect(errorFlag).toBeInTheDocument();
105
});
106
@@ -119,7 +119,7 @@ describe("User Flow", () => {
119
await user.upload(fileInput, [malformedFile]);
120
121
122
123
124
125
0 commit comments