Skip to content

Commit

Permalink
Update tests/specs/03-files.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Jan 17, 2024
1 parent b988434 commit 2ff5b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/03-files.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default async function filesTests() {
await expect(filesInfoMaxSizeLabel).toHaveTextContaining("Max Size:");
await expect(filesInfoMaxSizeValue).toHaveTextContaining("GB");
await expect(filesInfoCurrentSizeLabel).toHaveTextContaining(
"Space Used:",
"Used Space:",
);
await expect(filesInfoCurrentSizeValue).toHaveTextContaining("13.2 MB");
});
Expand Down

0 comments on commit 2ff5b99

Please sign in to comment.