addlevel and getlevel tests

This commit is contained in:
realaravinth
2021-05-06 14:38:42 +05:30
parent 30f457ca43
commit 6069509504
10 changed files with 199 additions and 10 deletions

View File

@@ -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;