mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:46:48 +00:00
test(cypress): URL path trim & baseUrl configured as NULL for full URL access
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -57,7 +57,9 @@ export const genTest = (type, xcdb) => {
|
||||
let URL = jsonPayload.SWAGGER_URL
|
||||
Token = jsonPayload.AUTH_TOKEN
|
||||
|
||||
cy.visit(URL).then(() => {
|
||||
cy.visit(URL, {
|
||||
baseUrl: null
|
||||
}).then(() => {
|
||||
|
||||
// wait to allow time for SWAGGER Library loading to finish
|
||||
cy.wait(5000)
|
||||
|
||||
Reference in New Issue
Block a user