mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor/simplify playwright tests (#51954)
This commit is contained in:
committed by
GitHub
parent
8e3baa7fe3
commit
f6f00c3d28
@@ -14,9 +14,6 @@ test.beforeEach(async ({ page }) => {
|
||||
'/learn/2022/responsive-web-design/build-a-survey-form-project/build-a-survey-form'
|
||||
);
|
||||
});
|
||||
test.afterEach(async ({ page }) => {
|
||||
await page.close();
|
||||
});
|
||||
|
||||
function getActionRowLocator(page: Page): Locator {
|
||||
return page.getByTestId('action-row');
|
||||
|
||||
Reference in New Issue
Block a user