Skip to content

Commit

Permalink
Merge branch 'main' into eda-custom-role
Browse files Browse the repository at this point in the history
  • Loading branch information
vishsanghishetty committed May 8, 2024
2 parents e42c9af + 77bc1ec commit 06ec47e
Show file tree
Hide file tree
Showing 6 changed files with 641 additions and 222 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/administration/management-jobs.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Management Jobs Page - List and Launch Jobs', () => {
cy.clickButton(/^Delete job/);
cy.wait('@deleteMgtJob')
.its('response')
.then((response) => {
.should((response) => {
expect(response?.statusCode).to.eql(204);
});
});
Expand Down
Loading

0 comments on commit 06ec47e

Please sign in to comment.