Skip to content

Commit

Permalink
playwright: fixed AUT test for 1.5.4 (#17833)
Browse files Browse the repository at this point in the history
* playwright: fixed AUT test for 1.5.4

* fix team drag drop flaky

---------

Co-authored-by: Ashish Gupta <[email protected]>
  • Loading branch information
ShaileshParmar11 and Ashish8689 committed Sep 13, 2024
1 parent a9c4c76 commit 7efdd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7efdd9b

Please sign in to comment.