Skip to content

Commit

Permalink
chore: test the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 8, 2024
1 parent 51320f9 commit 1ac8cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/specs/swap/swap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test.describe('Swaps', () => {
await swapPage.selectAssetToReceive();

const swapProtocol = await swapPage.swapDetailsProtocol.innerText();
// is is lower?
test.expect(swapProtocol).toEqual('ALEX');

const swapAssets = await swapPage.swapDetailsSymbol.all();
Expand Down

0 comments on commit 1ac8cd9

Please sign in to comment.