X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=tests%2Fselenium%2Fwdio-mediawiki%2FApi.js;h=35bcbf750f24308adc76083a183f02f7c911689e;hb=63ea34e7fec17172ac0f94a273a887e796667650;hp=6b674b99f93a51913c85076ff78320673d06f15d;hpb=901b67a8b57eb5c48ea1333de89a2e8b0c6a196f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/wdio-mediawiki/Api.js b/tests/selenium/wdio-mediawiki/Api.js index 6b674b99f9..35bcbf750f 100644 --- a/tests/selenium/wdio-mediawiki/Api.js +++ b/tests/selenium/wdio-mediawiki/Api.js @@ -7,7 +7,7 @@ module.exports = { * Shortcut for `MWBot#edit( .. )`. * Default username, password and base URL is used unless specified * - * @since 1.0.0 + * @since 0.1.0 * @see * @param {string} title * @param {string} content @@ -36,7 +36,7 @@ module.exports = { /** * Shortcut for `MWBot#delete( .. )`. * - * @since 1.0.0 + * @since 0.1.0 * @see * @param {string} title * @param {string} reason @@ -57,7 +57,7 @@ module.exports = { /** * Shortcut for `MWBot#request( { acount: 'createaccount', .. } )`. * - * @since 1.0.0 + * @since 0.1.0 * @see * @param {string} username * @param {string} password