style: lint
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m52s

This commit is contained in:
Mihajlo Medjedovic 2024-06-27 11:07:30 +02:00
parent d94df7f0eb
commit 1b4560061d
5 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,6 @@ context('filtering tests: ', function () {
this.beforeEach(() => {
cy.visit(hostUrl + appLocation, { timeout: longerCommandTimeout })
visitPage('home')
})

View File

@ -23,7 +23,6 @@ interface EditConfigTableCells {
context('licensing tests: ', function () {
this.beforeAll(() => {
cy.loginAndUpdateValidKey()
})
@ -371,8 +370,6 @@ context('licensing tests: ', function () {
})
})
}
})
const logout = (callback?: any) => {

View File

@ -18,7 +18,6 @@ context('liveness tests: ', function () {
this.beforeEach(() => {
cy.visit(hostUrl + appLocation)
visitPage('home')
})

View File

@ -100,10 +100,15 @@ export class SasStoreService {
tables[tableName] = [tableParams]
let res = await this.sasService.request<EditorsStageDataSASResponse>(program, tables, null, {
suppressErrorAbortModal: suppressErrorSuccessMessages,
suppressSuccessAbortModal: suppressErrorSuccessMessages
})
let res = await this.sasService.request<EditorsStageDataSASResponse>(
program,
tables,
null,
{
suppressErrorAbortModal: suppressErrorSuccessMessages,
suppressSuccessAbortModal: suppressErrorSuccessMessages
}
)
return res
}

View File

@ -1,4 +1,4 @@
import { globals } from "../../_globals"
import { globals } from '../../_globals'
/**
* Function reused in HOT instances to add a class used for dark mode