removelevelbutton tests

This commit is contained in:
realaravinth
2021-05-07 18:37:44 +05:30
parent 5b5a995f57
commit d4cf24493a
5 changed files with 148 additions and 14 deletions

View File

@@ -29,7 +29,8 @@ const LEVEL_FIELDSET_ID_WITHOUT_LEVEL = 'level-group-';
const LEGEND_CLASS = 'sitekey__level-title';
const REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL = 'remove-level';
const REMOVE_LEVEL_LABEL_TEXT = "Remove Level";
const REMOVE_LEVEL_LABEL_TEXT = 'Remove Level';
const REMOVE_LEVEL_LABEL_CLASS = 'sitekey-form__level-label--hidden';
const ADD_LEVEL_BUTTON = 'sitekey-form__level-add-level-button';
@@ -43,9 +44,10 @@ const CONST = {
LEVEL_CONTAINER_CLASS,
LEVEL_FIELDSET_ID_WITHOUT_LEVEL,
LEGEND_CLASS,
ADD_LEVEL_BUTTON,
REMOVE_LEVEL_LABEL_CLASS,
REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL,
REMOVE_LEVEL_LABEL_TEXT,
ADD_LEVEL_BUTTON,
};
export default CONST;