Skip to content

Commit

Permalink
fix: swap test
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Apr 1, 2024
1 parent 3b72cbb commit bf6bd57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/page-object-models/swap.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export class SwapPage {
const swapAssetSelectors = await this.page.locator(this.selectAssetBtn).all();
await swapAssetSelectors[1].click();
await this.page.locator(this.chooseAssetList).waitFor();
const swapAssets = await this.page.locator(this.chooseAssetListItem).all();
await swapAssets[0].click();
await this.page.locator('text="ALEX Token"').click();
await this.page.locator(this.swapReviewBtn).click();
}

Expand Down

0 comments on commit bf6bd57

Please sign in to comment.