mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Fix cucumber tests for table results [SCI-5047]
This commit is contained in:
parent
8eec4e4b59
commit
40ab03c38d
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@
|
|||
handleResultFileSubmit($form, ev);
|
||||
break;
|
||||
case ResultTypeEnum.TABLE:
|
||||
$form
|
||||
.find(`.${GLOBAL_CONSTANTS.HAS_UNSAVED_DATA_CLASS_NAME}`)
|
||||
.removeClass(GLOBAL_CONSTANTS.HAS_UNSAVED_DATA_CLASS_NAME);
|
||||
break;
|
||||
case ResultTypeEnum.TEXT:
|
||||
textValidator(
|
||||
|
|
Loading…
Reference in a new issue