Skip to content

Commit

Permalink
fix: point to ~kubeflow/styles/fonts.scss (#7353)
Browse files Browse the repository at this point in the history
* fix: point to ~kubeflow/styles/fonts.scss

It seems like the path to this file recently changed by #7062,
which is now preventing the centraldashboard Docker image to
build wich fails with a SassError when trying to import fonts.scss.
This commit points to the right path.

* tests: replace keyboard_backspace with arrow_back
  • Loading branch information
DnPlas committed Oct 16, 2023
1 parent b6d5540 commit f137260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Browser and Iframe URL syncing', () => {
cy.wait('@storageClassRequest');
cy.equalUrls();

cy.getIframeBody().find('button').contains('keyboard_backspace').click();
cy.getIframeBody().find('button').contains('arrow_back').click();
cy.wait('@notebooksRequest', { timeout: 10000 });
cy.equalUrls();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
font-family: Roboto, 'Helvetica Neue', sans-serif;
}

@import '~kubeflow/lib/fonts.scss';
@import '~kubeflow/styles/fonts.scss';

// Use the material icons offline
@import '~material-icons/iconfont/material-icons.scss';
Expand Down

0 comments on commit f137260

Please sign in to comment.