Closed Xpirix closed 5 months ago
In this update, tests for multiple pages in the Playwright test suite were revised. Changes include the removal of specific text strings and locators, adjustments to visibility expectations, and updates to various text elements within page fixtures, reflecting content changes and simplifications within the project’s test framework.
File Path | Change Summary |
---|---|
playwright/ci-test/tests/06-resources-page.spec.ts |
Removed the expectation related to googlePlayLink visibility. |
playwright/ci-test/tests/fixtures/books-page.ts |
Removed several string elements from the textList property in the BooksPage class. |
playwright/ci-test/tests/fixtures/bug-reporting-page.ts |
Removed multiple string elements from the textList property in the BugReportingPage class. |
playwright/ci-test/tests/fixtures/community-page.ts |
Revised text content within the CommunityPage class, including updates for "QGIS Foundation" and "Annual General Meetings". |
playwright/ci-test/tests/fixtures/installation-guide-page.ts |
Removed the googlePlayLink locator and the mention of "Android" from the textList in the InstallationGuidePage class. |
🐇 In the land of code so bright,
Changes bring the pages light.
Strings and links now fall away,
Simplifying paths for each test day.
QGIS meetings find their year,
Making tests more clear, oh dear!
Hopping through the code, we cheer! 🎉🐰
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fix for #285
Summary by CodeRabbit
Bug Fixes
Content Updates