Skip to content

Commit

Permalink
Changes to the test for the tasks tab
Browse files Browse the repository at this point in the history
Signed-off-by: EstyBiton <[email protected]>
  • Loading branch information
EstyBiton committed Oct 27, 2024
1 parent 936def3 commit 67278fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ describe(["@tier2"], "Open Tasks Tab and Verify Tasks", () => {
getRandomAnalysisData(this.analysisData["source_analysis_on_bookserverapp"])
);
application.create();
cy.wait("@getApplication");
cy.wait(2000);
application.analyze();
application.verifyAnalysisStatus("Completed");
sidedrawerTab(application.name, "Tasks");
cy.get("[data-label='Task Kind']").should((tasks) => {
const taskKinds = tasks.toArray().map(task => task.innerText);
Expand Down

0 comments on commit 67278fa

Please sign in to comment.