Skip to content

Conversation

@VasylMarchuk
Copy link
Collaborator

Brief

This is an attempt to fix a dreaded import error that's been happening for 2+ years when running npm run start:fastboot task and visiting the app locally.

Details

TBD

Checklist

  • I've thoroughly self-reviewed my changes
  • I've added tests for my changes, unless they affect admin-only areas (or are otherwise not worth testing)
  • I've verified any visual changes using Percy (add a commit with [percy] in the message to trigger)

@VasylMarchuk VasylMarchuk self-assigned this Nov 9, 2025
@VasylMarchuk VasylMarchuk added bug Something isn't working experiment Pull requests created with experimenting purposes labels Nov 9, 2025
@github-actions
Copy link

github-actions bot commented Nov 9, 2025

Test Results

  1 files  ±0    1 suites  ±0   13m 3s ⏱️ - 2m 6s
681 tests ±0  612 ✅  - 16  51 💤 ±0   0 ❌ ± 0  18 🔥 +16 
681 runs  ±0  594 ✅  - 32  51 💤 ±0  18 ❌ +16  18 🔥 +16 

For more details on these errors, see this check.

Results for commit 8361e42. ± Comparison against base commit 1dac855.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Nov 9, 2025

❌ 18 Tests Failed:

Tests completed Failed Passed Skipped
630 18 612 51
View the top 3 failed test(s) by shortest run time
Chrome 142.0::Acceptance | concept-groups-test: displays concept-group page when visiting a valid concept-group
Stack Traces | 0.061s run time
beforeEach failed on displays concept-group page when visiting a valid concept-group: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | concept-admin | view-questions: can view basic details
Stack Traces | 0.067s run time
beforeEach failed on can view basic details: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | concept-admin | edit-questions: can add question
Stack Traces | 0.073s run time
beforeEach failed on can add question: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | buy-gift-page | purchase: user can purchase a gift
Stack Traces | 0.084s run time
beforeEach failed on user can purchase a gift: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | affiliate-link-page | accept-referral-offer: accepting referral offer when not logged in redirects to login
Stack Traces | 0.087s run time
beforeEach failed on accepting referral offer when not logged in redirects to login: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | concept-admin | view-basic-details: can view basic details
Stack Traces | 0.098s run time
beforeEach failed on can view basic details: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | affiliate-page | initiate-payout: can initiate payout
Stack Traces | 0.106s run time
beforeEach failed on can initiate payout: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | affiliate-page | join-affiliate-program: can view join page when affiliate link is not present
Stack Traces | 0.108s run time
beforeEach failed on can view join page when affiliate link is not present: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | concept-admin | edit-basic-details: editing the slug updates the url of other tab links
Stack Traces | 0.112s run time
beforeEach failed on editing the slug updates the url of other tab links: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | affiliate-course-link-page | view: can view affiliate link when not logged in
Stack Traces | 0.119s run time
beforeEach failed on can view affiliate link when not logged in: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | affiliate-course-link-page | accept-offer: accepting offer when not logged in redirects to login
Stack Traces | 0.124s run time
beforeEach failed on accepting offer when not logged in redirects to login: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Acceptance | concept-admin | edit-blocks: can add/edit/delete markdown blocks
Stack Traces | 0.127s run time
beforeEach failed on can add/edit/delete markdown blocks: Assertion Failed: There is no makeServer function passed or registered as mirage:make-server
Chrome 142.0::Integration | Component | rive-animation: it renders and initializes correctly
Stack Traces | 5.04s run time
Test took longer than 5000ms; test timed out.
Chrome 142.0::Integration | Component | rive-animation: it works with different animation files
Stack Traces | 5.05s run time
Test took longer than 5000ms; test timed out.
Chrome 142.0::Acceptance | concepts-test: users can interact with concepts, and the expected elements are focused
Stack Traces | 5.54s run time
Test took longer than 5000ms; test timed out.
Chrome 142.0::Acceptance | course-page | course-stage-comments: comment has correct user label
Stack Traces | 6.15s run time
Test took longer than 5000ms; test timed out.
Chrome 142.0::Acceptance | course-page | switch-repository: can switch repository
Stack Traces | 6.81s run time
Test took longer than 5000ms; test timed out.
View the full list of 1 ❄️ flaky test(s)
Chrome 142.0::Acceptance | course-page | test-results-bar | resize: can resize test results bar using touch

Flake rate in main: 38.38% (Passed 61 times, Failed 38 times)

Stack Traces | 3.73s run time
Test results bar should be resized using touch

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working experiment Pull requests created with experimenting purposes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants