Skip to content

Commit

Permalink
remove stopgap notebook smoke test code
Browse files Browse the repository at this point in the history
  • Loading branch information
svonworl authored Aug 20, 2024
1 parent c9fe9b0 commit 4690d26
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cypress/e2e/smokeTests/sharedTests/basic-enduser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ describe('run stochastic smoke test', () => {
});
function testEntry(tab: string) {
function goToRandomEntry() {
// Notebooks search is not functional in staging or prod in 1.14.
// TODO after 1.15 release: remove the following code path
if (tab === 'Notebooks' && isStagingOrProd()) {
cy.visit('/notebooks');
cy.get('[data-cy=entry-link]')
.eq(0)
.then((el) => {
cy.log(el.prop('href')); // log the href in case a test fails
cy.visit(el.prop('href'));
});
return;
}
cy.visit('/search');
cy.get('[data-cy=workflowColumn] a');
goToTab(tab);
Expand Down

0 comments on commit 4690d26

Please sign in to comment.