Skip to content

Commit

Permalink
test: flakey test because exact values can change while test is running
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 23, 2025
1 parent c19a902 commit 5df2687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/settings/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ test.describe('Settings menu', () => {

await test
.expect(homePage.page.getByTestId(SharedComponentsSelectors.AccountCardBalanceText))
.toHaveText(visibleBalanceText!);
.not.toContainText('***');
});
});

0 comments on commit 5df2687

Please sign in to comment.