Skip to content

Commit

Permalink
QA - small fixes (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjisong authored Dec 2, 2024
1 parent 1fafb9a commit 172b0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-mobile/e2e/locators/collectibles.loc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
type: 'Type',
nftlogo: 'avatar__logo_avatar',
warningAddressRequired: 'Address required',
warningInsufficientFee: 'Insufficient balance for fee.',
warningInsufficientFee: 'Insufficient balance for fee',
nftItem: 'nft_item',
listSvg: 'list_svg',
nftListView: 'nft_list_view',
Expand Down
2 changes: 2 additions & 0 deletions packages/core-mobile/e2e/pages/popUpModal.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ class PopUpModalPage {

async tapRejectBtn() {
try {
await actions.waitForElementNoSync(this.rejectBtn, 5000)
await actions.tap(this.rejectBtn)
} catch (e) {
await actions.waitForElementNoSync(this.rejectTextBtn, 5000)
await actions.tap(this.rejectTextBtn)
}
}
Expand Down

0 comments on commit 172b0a0

Please sign in to comment.