Skip to content

Commit

Permalink
fix for case flakyniess
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Dec 18, 2024
1 parent 573e943 commit ddb795c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
agHelper,
appSettings,
assertHelper,
deployMode,
homePage,
locators,
Expand Down Expand Up @@ -39,6 +40,7 @@ describe(
.first()
.invoke("attr", "value")
.should("be.empty");
assertHelper.WaitForNetworkCall("@postExecute");
agHelper
.GetAttribute(locators._imgWidgetInsideList, "src")
.then((labelValue) => {
Expand Down

0 comments on commit ddb795c

Please sign in to comment.