mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 19:55:04 +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:
@@ -99,7 +99,7 @@ export class _mainPage {
|
||||
|
||||
// get URL, invoke
|
||||
cy.getActiveModal().find('.v-alert').then(($obj) => {
|
||||
linkText = $obj.text()
|
||||
linkText = $obj.text().trim()
|
||||
cy.log(linkText)
|
||||
this.roleURL[roleType] = linkText
|
||||
|
||||
|
||||
Reference in New Issue
Block a user