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

chore(deps): update paragon and frontend-build to openedx scope #666

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

brian-smith-tcril
Copy link
Contributor

No description provided.

@brian-smith-tcril brian-smith-tcril force-pushed the paragon-build-scope branch 3 times, most recently from 140f38f to 2264354 Compare February 21, 2024 20:45
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.82%. Comparing base (3a7b705) to head (421ced1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #666   +/-   ##
=======================================
  Coverage   92.82%   92.82%           
=======================================
  Files         158      158           
  Lines        3331     3331           
  Branches      919      919           
=======================================
  Hits         3092     3092           
  Misses        219      219           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +154 to +161
await waitFor(async () => {
const stats = await sectionGroups[index].querySelectorAll('.icon-size:not([data-testid="subsection-group"].icon-size)');
const subsectionGroups = await within(sectionGroups[index]).getAllByTestId('subsection-group');

expect(within(sectionGroups[index]).queryByText(topic.displayName)).toBeInTheDocument();
expect(stats).toHaveLength(0);
expect(subsectionGroups).toHaveLength(2);
expect(within(sectionGroups[index]).queryByText(topic.displayName)).toBeInTheDocument();
expect(stats).toHaveLength(0);
expect(subsectionGroups).toHaveLength(2);
});
Copy link
Contributor Author

@brian-smith-tcril brian-smith-tcril Feb 21, 2024

Choose a reason for hiding this comment

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

This is the only non-package.json, non-find-and-replace-@edx-with-@openedx, non lint --fix change. The only difference is that the body of this forEach loop is now wrapped in waitFor.

@brian-smith-tcril brian-smith-tcril marked this pull request as ready for review February 21, 2024 20:51
@brian-smith-tcril
Copy link
Contributor Author

it looks like this is likely a dupe of #657

@arbrandes
Copy link
Contributor

This is now required for Tutor dev mode to work (see overhangio/tutor-mfe#193). Should we merge this one or #657?

@brian-smith-tcril
Copy link
Contributor Author

This is now required for Tutor dev mode to work (see overhangio/tutor-mfe#193). Should we merge this one or #657?

Looks like CI is failing on 657, I'll rebase this and see if it passes.

@awais-ansari
Copy link
Contributor

@brian-smith-tcril @arbrandes This PR change has broken the stage and production pipeline for discussion MFE.
Screenshot 2024-02-29 at 1 47 28 PM

@brian-smith-tcril
Copy link
Contributor Author

brian-smith-tcril commented Feb 29, 2024

@awais-ansari it looks like you need to:

the brand-edx.org package shouldn't need to be updated

@awais-ansari
Copy link
Contributor

@brian-smith-tcril Thanks for quick response. We have made some changes in internal and now build is green.

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.

3 participants