Skip to content

Commit ca8ae10

Browse files
test(6.1): Modify bypass title to also match with 6.1 default title
1 parent 13a1393 commit ca8ae10

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)