refactor: test corrections

This commit is contained in:
Pranav C
2023-10-11 06:25:52 +00:00
parent df33ec67a6
commit fc579bb3a4
14 changed files with 33 additions and 33 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/bases`,
requestUrlPathToMatch: `//api/v1/db/meta/projects`,
});
}