This commit is contained in:
parent
d94df7f0eb
commit
1b4560061d
@ -16,7 +16,6 @@ context('filtering tests: ', function () {
|
|||||||
this.beforeEach(() => {
|
this.beforeEach(() => {
|
||||||
cy.visit(hostUrl + appLocation, { timeout: longerCommandTimeout })
|
cy.visit(hostUrl + appLocation, { timeout: longerCommandTimeout })
|
||||||
|
|
||||||
|
|
||||||
visitPage('home')
|
visitPage('home')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ interface EditConfigTableCells {
|
|||||||
|
|
||||||
context('licensing tests: ', function () {
|
context('licensing tests: ', function () {
|
||||||
this.beforeAll(() => {
|
this.beforeAll(() => {
|
||||||
|
|
||||||
cy.loginAndUpdateValidKey()
|
cy.loginAndUpdateValidKey()
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -371,8 +370,6 @@ context('licensing tests: ', function () {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const logout = (callback?: any) => {
|
const logout = (callback?: any) => {
|
||||||
|
@ -18,7 +18,6 @@ context('liveness tests: ', function () {
|
|||||||
this.beforeEach(() => {
|
this.beforeEach(() => {
|
||||||
cy.visit(hostUrl + appLocation)
|
cy.visit(hostUrl + appLocation)
|
||||||
|
|
||||||
|
|
||||||
visitPage('home')
|
visitPage('home')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -100,10 +100,15 @@ export class SasStoreService {
|
|||||||
|
|
||||||
tables[tableName] = [tableParams]
|
tables[tableName] = [tableParams]
|
||||||
|
|
||||||
let res = await this.sasService.request<EditorsStageDataSASResponse>(program, tables, null, {
|
let res = await this.sasService.request<EditorsStageDataSASResponse>(
|
||||||
suppressErrorAbortModal: suppressErrorSuccessMessages,
|
program,
|
||||||
suppressSuccessAbortModal: suppressErrorSuccessMessages
|
tables,
|
||||||
})
|
null,
|
||||||
|
{
|
||||||
|
suppressErrorAbortModal: suppressErrorSuccessMessages,
|
||||||
|
suppressSuccessAbortModal: suppressErrorSuccessMessages
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
@ -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
|
* Function reused in HOT instances to add a class used for dark mode
|
||||||
|
Loading…
Reference in New Issue
Block a user