Merge "selenium: Rename load test to content editable"

This commit is contained in:
jenkins-bot 2022-01-25 13:47:18 +00:00 committed by Gerrit Code Review
commit 4519fd5458

View file

@ -4,7 +4,7 @@ const EditPage = require( '../pageobjects/edit.page' );
const Util = require( 'wdio-mediawiki/Util' );
const LoginPage = require( 'wdio-mediawiki/LoginPage' );
describe( 'VisualEditor', function () {
describe( 'Content Editable', function () {
it( 'should load when an url is opened', function () {
LoginPage.loginAdmin();