aboutsummaryrefslogtreecommitdiffstats
path: root/tests/selenium/docs/Stack/specs/mocha.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/selenium/docs/Stack/specs/mocha.js')
-rw-r--r--tests/selenium/docs/Stack/specs/mocha.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/selenium/docs/Stack/specs/mocha.js b/tests/selenium/docs/Stack/specs/mocha.js
index 18c4c2f60f3b..8c4c586a88b3 100644
--- a/tests/selenium/docs/Stack/specs/mocha.js
+++ b/tests/selenium/docs/Stack/specs/mocha.js
@@ -10,7 +10,7 @@
const baseUrl = `${ process.env.MW_SERVER }${ process.env.MW_SCRIPT_PATH }/index.php?title=`;
describe( 'Main page', () => {
- it( 'should have "Log in" link', async () => {
+ it( 'should have "Log in" link when using mocha', async () => {
await browser.url( `${ baseUrl }/Main_Page` );
const displayed = await $( 'li#pt-login-2 a' ).isDisplayed();
if ( displayed === false ) {