diff options
Diffstat (limited to 'tests/e2e/specs')
-rw-r--r-- | tests/e2e/specs/install.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/specs/install.test.js b/tests/e2e/specs/install.test.js index 27bc56575e..cc237b8145 100644 --- a/tests/e2e/specs/install.test.js +++ b/tests/e2e/specs/install.test.js @@ -58,7 +58,7 @@ test.describe( 'WordPress installation process', () => { await page.getByLabel( 'Password', { exact: true } ).fill( '' ); await page.getByLabel( 'Password', { exact: true } ).fill( 'password' ); await page.getByLabel( /Confirm use of weak password/ ).check() - await page.getByLabel( 'Your Email' ).fill( 'test@test.com' ); + await page.getByLabel( 'Your Email' ).fill( 'test@example.com' ); await page.getByRole( 'button', { name: 'Install WordPress' } ).click(); |