-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8cd9ce
commit 44737a6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,7 +238,7 @@ test("Wallet API methods @smoke", async ({ page }) => { | |
await drawer.selectCurrency("tether usd"); | ||
// Test name and balance for tokens | ||
await expect(drawer.getAccountButton("tether usd", 2)).toContainText( | ||
Check failure on line 240 in apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts GitHub Actions / Test Desktop / Desktop Tests E2E (Ubuntu)[mocked_tests] › specs/services/wallet-api.spec.ts:207:5 › Wallet API methods @smoke
|
||
"Ethereum 3 (USDT)71.8174 USDT", // Special space present in the actual rendered element apparently | ||
"Ethereum 3 (USDT)71,8174 USDT", // Special space present in the actual rendered element apparently | ||
); | ||
await drawer.back(); | ||
|
||
|