mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 17:08:28 +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();
|
||||
const testCaseResponse = userPage.waitForResponse(
|
||||
(response) =>
|
||||
response.url().includes('/api/v1/dataQuality/testCases/') &&
|
||||
response.url().includes('/api/v1/dataQuality/testCases') &&
|
||||
response.request().method() === 'GET'
|
||||
);
|
||||
await userPage
|
||||
|
Loading…
x
Reference in New Issue
Block a user