diff --git a/.github/workflows/e2e-web.yml b/.github/workflows/e2e-web.yml index adeb21bc4b0..bb805d48636 100644 --- a/.github/workflows/e2e-web.yml +++ b/.github/workflows/e2e-web.yml @@ -77,12 +77,8 @@ jobs: strategy: fail-fast: false matrix: - browsers: [chrome, firefox, electron] + browsers: [chrome, firefox] node-version: [20.x] - include: - - browsers: electron - spec: cypress/e2e/default/learn/challenges/projects.ts - services: mongodb: image: mongo:4.4 diff --git a/client/src/client-only-routes/show-project-links.tsx b/client/src/client-only-routes/show-project-links.tsx index f57df8d5126..325e472133e 100644 --- a/client/src/client-only-routes/show-project-links.tsx +++ b/client/src/client-only-routes/show-project-links.tsx @@ -92,7 +92,6 @@ const ShowProjectLinks = (props: ShowProjectLinksProps): JSX.Element => { return ( void; showProjectPreview?: () => void; @@ -20,7 +19,6 @@ interface Props { export function SolutionDisplayWidget({ completedChallenge, - dataCy, projectTitle, showUserCode, showProjectPreview, @@ -36,7 +34,7 @@ export function SolutionDisplayWidget({ // two dropdowns for the same project on the page. const randomIdSuffix = Math.floor(Math.random() * 1_000_000); const ShowFilesSolutionForCertification = ( - ); const ShowExamResults = ( -