Skip to content

Commit

Permalink
Merge branch 'rc2.8.7' of github.com:UoA-eResearch/hub-stack into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
cakr322 committed Mar 7, 2024
2 parents a02fd39 + 393c9fc commit a45146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research-hub-web/cypress/integration/homepage.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('ResearchHubs Homepage', () => {
});

it('displays notification', () => {
cy.get('app-notification').should('be.visible');
cy.get('app-notification').should('exist');
})

it('displays banner content', () => {
Expand Down

0 comments on commit a45146a

Please sign in to comment.