Skip to content

Commit 20b044e

Browse files
committed
Check for hello dolly
1 parent 354352b commit 20b044e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/acceptance/AdminTestCest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ public function TestPluginActivationDeactivation( AcceptanceTester $I ) {
99

1010
$I->amOnPluginsPage();
1111

12-
$I->seePluginActivated( 'wp-php-console' );
12+
$I->seePluginActivated( 'hello-dolly' );
13+
14+
$I->seePluginDeactivated( 'wp-php-console' );
1315

1416
$I->wantTo( 'Deactivate and reactivate WP PHP Console.' );
1517

16-
$I->deactivatePlugin( 'wp-php-console' );
18+
//$I->deactivatePlugin( 'wp-php-console' );
1719
$I->activatePlugin( 'wp-php-console' );
1820
}
1921

0 commit comments

Comments
 (0)