Skip to content
Merged
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
2 changes: 1 addition & 1 deletion e2e/phase5-learning.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test('Today is the default four-part shell and completes the answer-feedback-rat
await page.getByRole('group', { name: 'Choose one answer' }).getByRole('button').first().click();
await page.getByRole('button', { name: 'Submit answer' }).click();
await expect(page.getByText('Correct answer:')).toBeVisible();
await page.getByRole('button', { name: /Good/ }).click();
await page.getByRole('button', { name: /Good/ }).press('Enter');
await expect(page.getByText('Question 2 of 12', { exact: true })).toBeVisible();

await page.goBack();
Expand Down
Loading