Skip to content

Commit cc71bd0

Browse files
committed
wip
1 parent 59ed5b6 commit cc71bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
it('adds a script by default', function () {
2121
$homePage = visit('http://localhost:8100');
22-
expect($homePage->content())->toContain(SA_DEFAULT_SCRIPT)->dump();
22+
expect($homePage->content())->dump()->toContain(SA_DEFAULT_SCRIPT);
2323
});
2424

2525
it('adds a comment when an authenticated user visits', function () {
2626
$homePage = asAdmin()->navigate('http://localhost:8100');
27-
expect($homePage->content())->toContain(SA_ADMIN_NOTICE)->dump();
27+
expect($homePage->content())->dump()->toContain(SA_ADMIN_NOTICE);
2828
$homePage->assertNoConsoleLogs();
2929
});

0 commit comments

Comments
 (0)