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:
Shailesh Parmar 2024-09-13 13:35:45 +05:30 committed by GitHub
parent f2c75be78d
commit 015953f576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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();