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

Lesson Group: Launch Lesson Groups on Script Overview (Turn off experiment) #34426

Merged
merged 4 commits into from Apr 27, 2020

Conversation

dmcavoy
Copy link
Contributor

@dmcavoy dmcavoy commented Apr 24, 2020

Links

Testing story

Reviewer Checklist:

  • Tests provide adequate coverage
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

@dmcavoy dmcavoy changed the title Turn off lesson group experiment Lesson Group: Launch Lesson Groups on Script Overview (Turn off experiment) Apr 25, 2020
it('returns lesson group if experiment is enabled', () => {
sinon.stub(experiments, 'isEnabled').returns(true);
const state = {
stages: [fakeLesson('Flex Category', 'Lesson Group', 'lesson1', 1)],
Copy link
Member

Choose a reason for hiding this comment

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

why are these tests getting removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are the tests specific to grouping by flex categories and I made corresponding ones for lesson groups in past PRs (which are just below them in this file). These tests will fail with this update if not removed

@dmcavoy dmcavoy merged commit 8565b62 into staging Apr 27, 2020
@dmcavoy dmcavoy deleted the turn-off-lesson-group-experiment branch May 29, 2020 16:48
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.

None yet

2 participants