-
Notifications
You must be signed in to change notification settings - Fork 23
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
#8771 initial brick actions panel end to end test #8771
#8771 initial brick actions panel end to end test #8771
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8771 +/- ##
==========================================
- Coverage 74.24% 74.24% -0.01%
==========================================
Files 1332 1332
Lines 40817 40866 +49
Branches 7634 7642 +8
==========================================
+ Hits 30306 30341 +35
- Misses 10511 10525 +14 ☔ View full report in Codecov by Sentry. |
Playwright test resultsDetails Open report ↗︎ Skipped testschrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options |
await testStarterBrick.activate(); | ||
await expect(pageEditorPage.brickActionsPanel.root).toBeVisible(); | ||
|
||
await page.pause(); |
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.
oops. the linter should have caught this
…ng-pasting-and-moving-actions
…ng-pasting-and-moving-actions
What does this PR do?
This PR introduces a new end-to-end test that verifies that the brick actions panel is displayed when a starter brick is selected. The PR also includes a new fixture for the test, a mod definition file named "brick-actions.yaml". Additionally, it adds a check in the mod editor to ensure that the mod definition contains the placeholder "{{ modId }}". Lastly, it introduces a method to get a starter brick from a mod in the mod listing panel.