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.
2 parents 13a1393 + ca8ae10 commit 212fc01Copy full SHA for 212fc01
tests/e2e-ddev/utils/helpers.js
@@ -124,7 +124,7 @@ const onAdminAdvancedSettingsPageSetBadIpCacheDurationTo = async (seconds) => {
124
};
125
126
const computeCurrentPageRemediation = async (
127
- accessibleTextInTitle = "Just another WordPress site",
+ accessibleTextInTitle = "WordPress",
128
) => {
129
const title = await page.title();
130
if (title.includes(accessibleTextInTitle)) {
0 commit comments