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 3f3f5b7 commit a86a7cbCopy full SHA for a86a7cb
.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: actions/cache@v3
65
with:
66
path: wordpress
67
- key: wp-${{ matrix.wordpress }}-php-${{ matrix.php }}
+ key: wp-${{ matrix.wordpress }}
68
69
- name: Download WordPress
70
if: steps.cache-wordpress.outputs.cache-hit != 'true'
tests/Browser/PluginSettingsTest.php
@@ -9,7 +9,7 @@
9
test('Sign in as admin and activate the plugin', function () {
10
$page = asAdmin();
11
12
- $page->navigate('http://localhost:8100/wp-admin/plugins.php')->screenshot();
+ $page->navigate('http://127.0.0.1:8100/wp-admin/plugins.php')->screenshot();
13
$page->assertSee('Simple Analytics Official');
14
15
$page2 = visit('http://127.0.0.1:8100');//->screenshot();
0 commit comments