Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional Tests : BO - Catalog - Products : Pack Tab #33963

Merged
merged 1 commit into from Sep 21, 2023

Conversation

Progi1984
Copy link
Contributor

@Progi1984 Progi1984 commented Sep 18, 2023

Questions Answers
Branch? develop
Description? Functional Tests : BO - Catalog - Products : Pack Tab
Type? improvement
Category? TE
BC breaks? no
Deprecations? no
How to test? CI is 馃煝
UI Tests https://github.com/Progi1984/ga.tests.ui.pr/actions/runs/6223375149
Fixed issue or discussion? N/A
Related PRs N/A
Sponsor company @PrestaShopCorp

@Progi1984 Progi1984 added TE Category: Tests E2E Tests labels Sep 18, 2023
@Progi1984 Progi1984 added this to the 9.0.0 milestone Sep 18, 2023
@prestonBot prestonBot added develop Branch Improvement Type: Improvement labels Sep 18, 2023
@Progi1984 Progi1984 force-pushed the test5211 branch 2 times, most recently from 68db805 to 4c8a223 Compare September 18, 2023 14:56
@Progi1984 Progi1984 marked this pull request as ready for review September 19, 2023 07:29
@Progi1984 Progi1984 requested a review from a team as a code owner September 19, 2023 07:29
Copy link
Contributor

@boubkerbribri boubkerbribri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 comments but LGTM

Comment on lines +214 to +216
reference: (await page.locator(this.productHeaderReference('reference')).count())
? await this.getTextContent(page, this.productHeaderReference('reference'), false)
: '',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe create specific functions for this one and others, so we could use individually ?

Comment on lines +307 to +308
const createProductFrame: Frame | null = page.frame({url: /sell\/catalog\/products-v2\/create/gmi});
expect(createProductFrame).to.be.not.eq(null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expect should be removed from pages (I think it's a WIP on delete productV1)

@nesrineabdmouleh nesrineabdmouleh added the QA 鉁旓笍 Status: check done, code approved label Sep 21, 2023
@nesrineabdmouleh nesrineabdmouleh merged commit 99b65f6 into PrestaShop:develop Sep 21, 2023
21 checks passed
@nesrineabdmouleh
Copy link
Contributor

Thank you @Progi1984

@Progi1984 Progi1984 deleted the test5211 branch September 21, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
develop Branch E2E Tests Improvement Type: Improvement QA 鉁旓笍 Status: check done, code approved TE Category: Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants