WIP: fix_js_e2e_test #1059

Closed
jsegarra wants to merge 4 commits from fix_js_e2e_test into test
1 changed files with 1 additions and 2 deletions
Showing only changes of commit cb0392b1b1 - Show all commits

View File

@ -307,7 +307,7 @@ const openEditTableCellDialog = () => {
const onEditCellDataSaved = async () => {
rowsSelected.value = [];
tableRef.value.reload();
tableRef.value.reload({});
};
const removeFuturePrice = async () => {
@ -324,7 +324,6 @@ function confirmRemove(item, isFuture) {
component: VnConfirm,
componentProps: {
title: t('globals.rowWillBeRemoved'),
message: t('globals.confirmDeletion'),
promise,
},
});