Skip to content

Commit

Permalink
fix: Don't run bootstrapped cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Nov 7, 2019
1 parent 193791e commit 464a07f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/e2e/specs/auth-flow-proxy.test.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/**
* WordPress dependencies
*/
import { deactivatePlugin, visitAdminPage } from '@wordpress/e2e-test-utils';

/**
* Internal dependencies
*/
import { resetSiteKit } from '../utils';
import { visitAdminPage } from '@wordpress/e2e-test-utils';

describe( 'Site Kit set up flow for the first time', () => {
afterEach( async () => {
await resetSiteKit();
} );

it( 'renders a splash page for proxy set up when no GCP credentials are provided', async () => {
await deactivatePlugin( 'e2e-tests-gcp-credentials-plugin' );
await visitAdminPage( 'admin.php', 'page=googlesitekit-splash' );

await page.waitForSelector( '.googlesitekit-start-setup' );
Expand Down

0 comments on commit 464a07f

Please sign in to comment.