Skip to content

Commit 8e4229a

Browse files
committed
wip
1 parent a1aeb6e commit 8e4229a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
it('can be activated', function () {
1313
asAdmin()
14-
->wait(2)
1514
->navigate('http://localhost:8100/wp-admin/plugins.php')
1615
->assertPresent('tr[data-slug="simpleanalytics"]')
1716
->click('#activate-simpleanalytics')

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Pest\Browser\Api\Webpage;
1717

1818
pest()->extend(TestCase::class)->in('Feature');
19-
pest()->browser()->timeout(10000);
19+
pest()->browser()->timeout(20000);
2020

2121
/*
2222
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)