refactor: remove extra /

This commit is contained in:
Pranav C
2023-10-11 06:25:52 +00:00
parent a1eceefcb3
commit d30c4d0c95
9 changed files with 16 additions and 16 deletions

View File

@@ -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`,
});
}