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

fix[CI] PagesValidator UI test doesn't catch missing required properties #13907

Conversation

caybro
Copy link
Member

@caybro caybro commented Mar 8, 2024

What does the PR do

  • use the full QQmlEngine to test loading of the component
  • separate commits to fix the failures and simplify SettingsContentsBase

Fixes #13901

Affected areas

CI/StoryBook

Screenshot of functionality (including design for comparison)

  • I've checked the design and this PR matches it

Before:
Snímek obrazovky z 2024-03-08 10-29-42

After:
image

…rties

- use the full `QQmlEngine` to test loading of the component

Fixes #13901
@status-im-auto
Copy link
Member

status-im-auto commented Mar 8, 2024

Jenkins Builds

Click to see older builds (6)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b56c956 #1 2024-03-08 16:30:17 ~7 min macos/aarch64 🍎dmg
✔️ b56c956 #1 2024-03-08 16:32:56 ~10 min tests/nim 📄log
✔️ b56c956 #1 2024-03-08 16:35:23 ~12 min macos/x86_64 🍎dmg
b56c956 #1 2024-03-08 16:37:40 ~14 min tests/ui 📄log
✔️ b56c956 #1 2024-03-08 16:42:25 ~19 min linux/x86_64 📦tgz
✔️ b56c956 #1 2024-03-08 16:56:15 ~33 min windows/x86_64 💿exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ fe822a9 #2 2024-03-08 17:12:55 ~6 min tests/nim 📄log
✔️ fe822a9 #2 2024-03-08 17:13:07 ~6 min macos/aarch64 🍎dmg
✔️ 8e05f07 #3 2024-03-08 17:18:05 ~4 min macos/aarch64 🍎dmg
✔️ 8e05f07 #3 2024-03-08 17:19:17 ~5 min tests/nim 📄log
✔️ 8e05f07 #3 2024-03-08 17:23:55 ~10 min macos/x86_64 🍎dmg
✔️ 8e05f07 #3 2024-03-08 17:24:53 ~11 min tests/ui 📄log
✔️ 8e05f07 #3 2024-03-08 17:28:48 ~15 min linux/x86_64 📦tgz
✔️ 8e05f07 #3 2024-03-08 17:43:07 ~29 min windows/x86_64 💿exe

caught by the fixed PagesValidator test
@caybro caybro marked this pull request as ready for review March 8, 2024 17:07
- reuse the existing `Constants.settingsSection.leftMargin` without the
required property
@caybro caybro force-pushed the 13901-ci-pages_validator-ui-test-doesnt-catch-missing-required-properties branch from fe822a9 to 8e05f07 Compare March 8, 2024 17:13
Copy link
Contributor

@noeliaSD noeliaSD left a comment

Choose a reason for hiding this comment

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

LGTM!

@caybro caybro requested a review from noeliaSD March 11, 2024 09:06
Copy link
Contributor

@alexjba alexjba left a comment

Choose a reason for hiding this comment

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

LGTM!

@caybro caybro merged commit 96c7795 into master Mar 11, 2024
8 checks passed
@caybro caybro deleted the 13901-ci-pages_validator-ui-test-doesnt-catch-missing-required-properties branch March 11, 2024 11:44
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.

[CI] pages_validator UI test doesn't catch missing required properties
4 participants