Skip to content

Commit

Permalink
Removing screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Dec 9, 2024
1 parent 2c50fe1 commit 21d5bc0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/llms-e2e-test-utils/src/run-setup-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,10 @@ export async function runSetupWizard( {
await clickElementByText( courseTitle, 'h3' );
}

await page.screenshot({
path: 'screenshots/after-selecting-courses-setup-wizard.jpg'
});

await clickButton( 'Import Courses' );

await page.screenshot({
path: 'screenshots/after-clicked-import-button.jpg'
});

await page.waitForNavigation();

await page.screenshot({
path: 'screenshots/after-setup-wizard-navigation.jpg'
});

if ( 1 === coursesToImport.length ) {
// Single course imported.

Expand Down

0 comments on commit 21d5bc0

Please sign in to comment.