Skip to content

Commit

Permalink
Revert "Check 'Total Effort' instead of 'Effort' (#1016)" (#1020)
Browse files Browse the repository at this point in the history
This reverts commit f8ba409.

Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 authored Mar 13, 2024
1 parent f8ba409 commit e31ee0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export class Application {
cy.get('td[data-label="File"]').should("have.descendants", button);
validateNumberPresence('td[data-label="Incidents"]', appIssue.incidents);
validateNumberPresence(
'td[data-label="Total Effort"]',
'td[data-label="Effort"]',
appIssue.effort * appIssue.incidents
);
});
Expand Down

0 comments on commit e31ee0e

Please sign in to comment.