Skip to content

Commit

Permalink
Merge pull request #10753 from yonasberhe23/add_page_reload
Browse files Browse the repository at this point in the history
automation: add page reload to e2e test
  • Loading branch information
yonasberhe23 committed Apr 5, 2024
2 parents 7108e56 + 8c07ed4 commit 4c4f2d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/e2e/tests/pages/user-menu/preferences.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ describe('User can update their preferences', () => {

const header = new HeaderPo();

header.showKubectlExplainTooltip();
header.getKubectlExplainTooltipContent().contains('Describe Resource');
cy.reload();
header.showKubectlExplainTooltip();
header.getKubectlExplainTooltipContent().contains('Describe Resource');
// EO test https://github.com/rancher/dashboard/issues/10153
Expand Down

0 comments on commit 4c4f2d9

Please sign in to comment.