mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-18 09:30:06 +00:00
chore: remove /home leftovers
This commit is contained in:
@@ -17,7 +17,7 @@ describe('verifySas9Login', () => {
|
|||||||
it('should return isLoggedIn true by checking state of popup', async () => {
|
it('should return isLoggedIn true by checking state of popup', async () => {
|
||||||
const popup = {
|
const popup = {
|
||||||
window: {
|
window: {
|
||||||
location: { href: serverUrl + `/SASLogon/home` },
|
location: { href: serverUrl + `/SASLogon` },
|
||||||
document: { body: { innerText: '<h3>You have signed in.</h3>' } }
|
document: { body: { innerText: '<h3>You have signed in.</h3>' } }
|
||||||
}
|
}
|
||||||
} as unknown as Window
|
} as unknown as Window
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ describe('verifySasViyaLogin', () => {
|
|||||||
it('should return isLoggedIn true by checking state of popup', async () => {
|
it('should return isLoggedIn true by checking state of popup', async () => {
|
||||||
const popup = {
|
const popup = {
|
||||||
window: {
|
window: {
|
||||||
location: { href: serverUrl + `/SASLogon/home` },
|
location: { href: serverUrl + `/SASLogon` },
|
||||||
document: { body: { innerText: '<h3>You have signed in.</h3>' } }
|
document: { body: { innerText: '<h3>You have signed in.</h3>' } }
|
||||||
}
|
}
|
||||||
} as unknown as Window
|
} as unknown as Window
|
||||||
|
|||||||
Reference in New Issue
Block a user