mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 04:37:16 +00:00
refactor: remove extra /
This commit is contained in:
@@ -108,7 +108,7 @@ export class ShareProjectButtonPage extends BasePage {
|
||||
await this.waitForResponse({
|
||||
uiAction: () => this.rootPage.getByTestId('docs-base-share-public-toggle').click(),
|
||||
httpMethodsToMatch: ['PATCH'],
|
||||
requestUrlPathToMatch: `//api/v1/db/meta/projects`,
|
||||
requestUrlPathToMatch: `/api/v1/db/meta/projects`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user