We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aeb6e commit 8e4229aCopy full SHA for 8e4229a
tests/Browser/PluginSettingsTest.php
@@ -11,7 +11,6 @@
11
12
it('can be activated', function () {
13
asAdmin()
14
- ->wait(2)
15
->navigate('http://localhost:8100/wp-admin/plugins.php')
16
->assertPresent('tr[data-slug="simpleanalytics"]')
17
->click('#activate-simpleanalytics')
tests/Pest.php
@@ -16,7 +16,7 @@
use Pest\Browser\Api\Webpage;
18
pest()->extend(TestCase::class)->in('Feature');
19
-pest()->browser()->timeout(10000);
+pest()->browser()->timeout(20000);
20
21
/*
22
|--------------------------------------------------------------------------
0 commit comments