Skip to content

Commit

Permalink
Fixed relative pathing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 10, 2024
1 parent df385bf commit d78472f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HTPASSWD_CLUSTER_ADMIN_USER } from '~/__tests__/cypress/cypress/utils/e2eUsers';
import { extractLauncherUrls } from '~/__tests__/cypress/cypress/utils/urlExtractor';
import { header } from '~/__tests__/cypress/cypress/pages/components/header';
import { header } from '~/__tests__/cypress/cypress/pages/components/Header';

describe('Verify the RHOAI Application and Switcher links in the Dashboard Navigation', () => {
it('Verify the various application tabs and switcher links are operational', () => {
Expand Down

0 comments on commit d78472f

Please sign in to comment.