mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-25 01:18:14 +00:00
playwright: fix permission spec (#17917)
This commit is contained in:
parent
0c32038505
commit
b8488a487f
@ -252,7 +252,7 @@ test('Permissions', async ({ userPage, adminPage }) => {
|
|||||||
await userPage.getByTestId('profiler').click();
|
await userPage.getByTestId('profiler').click();
|
||||||
const testCaseResponse = userPage.waitForResponse(
|
const testCaseResponse = userPage.waitForResponse(
|
||||||
(response) =>
|
(response) =>
|
||||||
response.url().includes('/api/v1/dataQuality/testCases/') &&
|
response.url().includes('/api/v1/dataQuality/testCases') &&
|
||||||
response.request().method() === 'GET'
|
response.request().method() === 'GET'
|
||||||
);
|
);
|
||||||
await userPage
|
await userPage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user