Skip to content

Commit

Permalink
Wait for the updated message to appear
Browse files Browse the repository at this point in the history
See #6
  • Loading branch information
JDGrimes committed Jul 28, 2016
1 parent af04b5f commit fab1a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/codeception/acceptance/update-wordpoints.Cept.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
$I->click( 'Install Update Now' );
$I->switchToIFrame();
$I->waitForJqueryAjax( 30 );
$I->waitForElement( '.updated-message.notice-success' );
$I->see( 'Updated!' );

// EOF

0 comments on commit fab1a90

Please sign in to comment.