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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec home page #391

Merged
merged 19 commits into from
Jul 17, 2024
Merged

Spec home page #391

merged 19 commits into from
Jul 17, 2024

Conversation

PavanKumarN8
Copy link
Contributor

@PavanKumarN8 PavanKumarN8 commented Jul 9, 2024

Hi @sigadamvenkata, I have updated the "Home Page" Selector and added iOS, Android, and iPad methods in the same page.

Local Test Run iOS Results
image

Local Test Run Android Results
image

@@ -0,0 +1,35 @@
import { test, beforeEach, afterEach, expect } from '@playwright/test';
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't believe you need to import beforeEach and afterEach. You can use test.beforeEach and test.afterEach.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Dli3, I have addressed the above comment and pushed the code.

});
features.forEach((props) => {
test(`${props.name}, ${props.tags}, ${props.country}`, async ({ page, baseURL }) => {
console.info(`[FEDSInfo] Checking Page: ${props.country} = ${baseURL}${features[props.tcid].path}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't you just do props.path?
${baseURL}${props.path});`

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Dli3, I have addressed the above comment and pushed the code.

@Dli3 Dli3 requested review from skumar09 and JackySun9 July 15, 2024 16:12
@sigadamvenkata sigadamvenkata merged commit d66400a into adobecom:main Jul 17, 2024
4 checks passed
@PavanKumarN8 PavanKumarN8 deleted the spec-homePage branch August 7, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants