Skip to content

Commit

Permalink
[RFR][JF] Fix upload binary test case
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/models/migration/applicationinventory/analysis.ts

	modified:   cypress/e2e/models/migration/applicationinventory/analysis.ts
  • Loading branch information
kpunwatk committed Nov 28, 2024
1 parent 06b0824 commit 9b3c18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export class Analysis extends Application {
.contains(this.name)
.closest(trTag)
.within(() => {
cy.get(effortColumn).should("contain", `${effort}`);
cy.get(effortColumn, { timeout: 100 * SEC }).should("contain", `${effort}`);
});
}

Expand Down

0 comments on commit 9b3c18d

Please sign in to comment.