mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
addlevel and getlevel tests
This commit is contained in:
@@ -31,6 +31,8 @@ const LEGEND_CLASS = 'sitekey__level-title';
|
||||
const REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL = 'remove-level';
|
||||
const REMOVE_LEVEL_LABEL_TEXT = "Remove Level";
|
||||
|
||||
const ADD_LEVEL_BUTTON = 'sitekey-form__level-add-level-button';
|
||||
|
||||
const CONST = {
|
||||
LABEL_CLASS,
|
||||
INPUT_ID_WITHOUT_LEVEL,
|
||||
@@ -43,6 +45,7 @@ const CONST = {
|
||||
LEGEND_CLASS,
|
||||
REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL,
|
||||
REMOVE_LEVEL_LABEL_TEXT,
|
||||
ADD_LEVEL_BUTTON,
|
||||
};
|
||||
|
||||
export default CONST;
|
||||
|
||||
Reference in New Issue
Block a user