Skip to content

Commit

Permalink
Refactor course-page switch-repository test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed May 13, 2024
1 parent 54b76ab commit 96a0080
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/acceptance/course-page/switch-repository-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ module('Acceptance | course-page | switch-repository', function (hooks) {
assert.strictEqual(apiRequestsCount(this.server), baseRequestsCount + 2, 'polling should have run');

await coursePage.repositoryDropdown.click();

await this.pauseTest();

assert.strictEqual(coursePage.repositoryDropdown.content.nonActiveRepositoryCount, 1, 'non active repositories should be 1');

await coursePage.repositoryDropdown.clickOnRepositoryLink(pythonRepository.name);
Expand Down

0 comments on commit 96a0080

Please sign in to comment.