Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(centraldash): fix quickling broken on params #243

Merged
merged 14 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
temp fix
wg102 committed Jan 30, 2025
commit a28eea9c225c5a97d78be4febfdb4f834619b9d9
2 changes: 1 addition & 1 deletion components/centraldashboard/cypress/e2e/main-page.cy.ts
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ describe('Main Page', () => {
cy.get('main-page').shadow().find('dashboard-view').should('exist');
// create new notebook link
cy.get('main-page').shadow().find('dashboard-view').shadow().find('paper-card#Quick-Links').should('exist');
cy.get('main-page').shadow().find('dashboard-view').shadow().find('paper-card#Quick-Links').find('iframe-link').should('exist').and('have.length', 1).and('have.prop', 'href', '/en/new?ns={ns}');
cy.get('main-page').shadow().find('dashboard-view').shadow().find('paper-card#Quick-Links').find('iframe-link').should('exist').and('have.length', 1).and('have.prop', 'href', '/en/new');
cy.get('main-page').shadow().find('dashboard-view').shadow().find('paper-card#Quick-Links').find('iframe-link').find('div.header').should('have.text', 'Create a new Notebook server');
// documentation links
cy.get('main-page').shadow().find('dashboard-view').shadow().find('paper-card#Documentation').should('exist');