Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/acceptance/course-page/start-course-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,15 @@ module('Acceptance | course-page | start-course', function (hooks) {
assert.strictEqual(currentURL(), '/courses/dummy/introduction', 'current URL is course page URL');

await coursePage.createRepositoryCard.clickOnLanguageButton('Python');
await animationsSettled();
await coursePage.createRepositoryCard.clickOnOptionButton('Beginner');
await animationsSettled();
await coursePage.createRepositoryCard.clickOnNextQuestionButton();
await animationsSettled();
await coursePage.createRepositoryCard.clickOnOptionButton('Every day');
await animationsSettled();
await coursePage.createRepositoryCard.clickOnOptionButton('Yes please');
await animationsSettled();
await coursePage.createRepositoryCard.clickOnContinueButton();

let repository = this.server.schema.repositories.find(1);
Expand Down
Loading