Skip to content

Commit 212fc01

Browse files
Merge pull request #116 from julienloizelet/feat/6.1-compatibility
test(6.1): Modify bypass title to also match with 6.1 default title
2 parents 13a1393 + ca8ae10 commit 212fc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-ddev/utils/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const onAdminAdvancedSettingsPageSetBadIpCacheDurationTo = async (seconds) => {
124124
};
125125

126126
const computeCurrentPageRemediation = async (
127-
accessibleTextInTitle = "Just another WordPress site",
127+
accessibleTextInTitle = "WordPress",
128128
) => {
129129
const title = await page.title();
130130
if (title.includes(accessibleTextInTitle)) {

0 commit comments

Comments
 (0)