removelevelbutton tests

This commit is contained in:
realaravinth
2021-05-07 21:14:15 +05:30
parent d42a9c6bb8
commit 7e0670d1d8
11 changed files with 290 additions and 45 deletions

View File

@@ -72,7 +72,7 @@ export const getRemoveButtonHTML = (level: number) => {
const HTML = `
${CONST.REMOVE_LEVEL_LABEL_TEXT}
<input
class="sitekey-form__level-remove-level-button"
class="${CONST.REMOVE_LEVEL_BUTTON_CLASS}"
type="button"
name="${CONST.REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL}${level}"
id="${CONST.REMOVE_LEVEL_BUTTON_ID_WITHOUT_LEVEL}${level}"