mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
ci/e2e tests against mobile (#55347)
Co-authored-by: sembauke <semboot699@gmail.com>
This commit is contained in:
committed by
GitHub
parent
65ee5c656c
commit
5b62ec7137
@@ -48,7 +48,10 @@ test.describe('Progress bar component', () => {
|
||||
await page.keyboard.insertText('var myName;');
|
||||
|
||||
await page
|
||||
.getByRole('button', { name: 'Run the Tests (Ctrl + Enter)' })
|
||||
.getByRole('button', {
|
||||
name: 'Run',
|
||||
exact: false
|
||||
})
|
||||
.click();
|
||||
|
||||
await expect(page.locator('.completion-block-meta')).toContainText(
|
||||
|
||||
Reference in New Issue
Block a user