Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/ansible-hub-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a63d7134dca6ac1ca648044fb08acb4237041ef
Choose a base ref
..
head repository: ansible/ansible-hub-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f899446578951cb075b3169ed5eea7c07ce266ef
Choose a head ref
Showing with 9 additions and 3 deletions.
  1. +9 −3 test/cypress/integration/remote_registry.js
12 changes: 9 additions & 3 deletions test/cypress/integration/remote_registry.js
Original file line number Diff line number Diff line change
@@ -60,9 +60,15 @@ describe('Remote Registry Tests', () => {

it('checks for empty state', () => {
cy.menuGo('Execution Enviroments > Remote Registries');
cy.get('.pf-c-empty-state__content > .pf-c-title').should('have.text', 'No remote registries yet');
cy.get('.pf-c-empty-state__content > .pf-c-empty-state__body').should('have.text', 'You currently have no remote registries.');
})
cy.get('.pf-c-empty-state__content > .pf-c-title').should(
'have.text',
'No remote registries yet',
);
cy.get('.pf-c-empty-state__content > .pf-c-empty-state__body').should(
'have.text',
'You currently have no remote registries.',
);
});

it('admin can add new remote registry', () => {
cy.menuGo('Execution Enviroments > Remote Registries');