fix: point to ~kubeflow/styles/fonts.scss (#7353)

* 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
This commit is contained in:
Daniela Plascencia 2023-10-16 15:46:55 +02:00 коммит произвёл GitHub
Родитель b6d5540f52
Коммит f137260299
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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();

Просмотреть файл

@ -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';