Skip to content

Commit 9cc8089

Browse files
committed
Ansible Tower was renamed in d472432
1 parent 5618412 commit 9cc8089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/ui/menu.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,11 @@ describe('Menu', () => {
339339
});
340340

341341
it('Templates', () => {
342-
cy.menu('Automation', 'Automation', 'Templates').expect_show_list_title('Templates (Ansible Tower)');
342+
cy.menu('Automation', 'Automation', 'Templates').expect_show_list_title('Templates');
343343
});
344344

345345
it('Jobs', () => {
346-
cy.menu('Automation', 'Automation', 'Jobs').expect_show_list_title('Ansible Tower Jobs');
346+
cy.menu('Automation', 'Automation', 'Jobs').expect_show_list_title('Automation Jobs');
347347
});
348348
});
349349

0 commit comments

Comments
 (0)