mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
playwright: fixed AUT test for 1.5.4 (#17833)
* playwright: fixed AUT test for 1.5.4 * fix team drag drop flaky --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io>
This commit is contained in:
parent
f2c75be78d
commit
015953f576
@ -107,7 +107,7 @@ test.describe('Teams drag and drop should work properly', () => {
|
||||
await addTeamHierarchy(page, teamDetails);
|
||||
await getOrganizationResponse;
|
||||
|
||||
expect(
|
||||
await expect(
|
||||
page.locator(`[data-row-key="${teamDetails.name}"]`)
|
||||
).toContainText(teamDetails.description);
|
||||
}
|
||||
|
@ -557,7 +557,7 @@ test('Update profiler setting modal', async ({ page }) => {
|
||||
});
|
||||
|
||||
test('TestCase filters', async ({ page }) => {
|
||||
test.slow();
|
||||
test.setTimeout(360000);
|
||||
|
||||
const { apiContext, afterAction } = await getApiContext(page);
|
||||
const filterTable1 = new TableClass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user