Skip to content

Commit a86a7cb

Browse files
committed
wip
1 parent 3f3f5b7 commit a86a7cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/cache@v3
6565
with:
6666
path: wordpress
67-
key: wp-${{ matrix.wordpress }}-php-${{ matrix.php }}
67+
key: wp-${{ matrix.wordpress }}
6868

6969
- name: Download WordPress
7070
if: steps.cache-wordpress.outputs.cache-hit != 'true'

tests/Browser/PluginSettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
test('Sign in as admin and activate the plugin', function () {
1010
$page = asAdmin();
1111

12-
$page->navigate('http://localhost:8100/wp-admin/plugins.php')->screenshot();
12+
$page->navigate('http://127.0.0.1:8100/wp-admin/plugins.php')->screenshot();
1313
$page->assertSee('Simple Analytics Official');
1414

1515
$page2 = visit('http://127.0.0.1:8100');//->screenshot();

0 commit comments

Comments
 (0)