Skip to content

Commit

Permalink
Merge pull request #597 from Satellite-im/sara/update-assertions
Browse files Browse the repository at this point in the history
test(assertions): update copy
  • Loading branch information
luisecm authored Jan 17, 2024
2 parents 0afad3c + 2ff5b99 commit 1f7e3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/specs/03-files.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default async function filesTests() {
await expect(filesInfoMaxSizeLabel).toHaveTextContaining("Max Size:");
await expect(filesInfoMaxSizeValue).toHaveTextContaining("GB");
await expect(filesInfoCurrentSizeLabel).toHaveTextContaining(
"Current Space:",
"Used Space:",
);
await expect(filesInfoCurrentSizeValue).toHaveTextContaining("0 bytes");
});
Expand Down 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(
"Current Space:",
"Used Space:",
);
await expect(filesInfoCurrentSizeValue).toHaveTextContaining("13.2 MB");
});
Expand Down

0 comments on commit 1f7e3a2

Please sign in to comment.