-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QAA-307][Detox][Speculos] Adap nft gallery tests #8832
base: develop
Are you sure you want to change the base?
[QAA-307][Detox][Speculos] Adap nft gallery tests #8832
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
a019a2b
to
6c2cdb4
Compare
130a731
to
7659732
Compare
a2cd4aa
to
22c7e4d
Compare
22c7e4d
to
5718b63
Compare
@@ -17,12 +24,15 @@ export default class NftGalleryPage { | |||
nftFilterDrawer = () => getElementById("wallet-nft-gallery-filter-drawer"); | |||
selectAndHide = () => getElementById("wallet-nft-gallery-select-and-hide"); | |||
confirmHide = () => getElementById("wallet-nft-gallery-confirm-hide"); | |||
nftListItem = (index: number) => getElementById(`wallet-nft-gallery-list-item-${index}`); | |||
nftListItemId = (index = 0) => `wallet-nft-gallery-list-item-${index}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since index 0, shouldn't the name reflect it as "firstNftListItemId"? Same for the next line
@@ -35,39 +45,71 @@ export default class NftGalleryPage { | |||
await expect(this.nftListItem(index)).not.toBeVisible(); | |||
} | |||
|
|||
@Step("Hide All Nft") | |||
async hideAllNft() { | |||
const nftNumber = Number.parseInt( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a comment explaining what is happening with this method? since it doesn't look straightforward
@@ -75,6 +75,7 @@ describe(`Ledger Sync Accounts`, () => { | |||
} | |||
|
|||
$TmsLink(tmsLink); | |||
$Issue("LIVE-15614"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will it be visible in the Allure report as a bug?
β Checklist
npx changeset
was attached. (no need)π Description
β Context
π§ Checklist for the PR Reviewers