Skip to content

Commit

Permalink
Revert "Validate using code in branch"
Browse files Browse the repository at this point in the history
This reverts commit fcb409e.
  • Loading branch information
richard-cox committed Mar 25, 2024
1 parent fcb409e commit 132dc31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions cypress/e2e/tests/pages/charts/monitoring-istio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {
cy.contains('Overview').should('exist');
cy.contains('Powered by Istio').should('exist');
});

it('test that will fail to trigger sorry cypress video', () => {
cy.contains('abcde12345').should('not.exist');
});
});
});
});
3 changes: 1 addition & 2 deletions shell/pages/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ export default {
{{ t('login.howdy') }}
</p>
<h1 class="text-center login-welcome">
{{ t('login.welcome', {vendor}) }}<br>
I'm some test text to prove that the UI isn't embedded but from the branch
{{ t('login.welcome', {vendor}) }}
</h1>
<div
class="login-messages"
Expand Down

0 comments on commit 132dc31

Please sign in to comment.