diff --git a/LICENSE b/LICENSE index c579c748d..d158ef802 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 Crown Copyright (Ministry of Justice) +Copyright (c) 2020-2023 Crown Copyright (Ministry of Justice) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cypress.config.ts b/cypress.config.ts index 841733b75..75dcb70cb 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -12,7 +12,6 @@ export default defineConfig({ reporterOptions: { configFile: 'reporter-config.json', }, - videoUploadOnPasses: false, taskTimeout: 60000, e2e: { // We've imported your old cypress plugins here. diff --git a/integration_tests/pages/index.ts b/integration_tests/pages/index.ts index 909d105ce..d20d26159 100644 --- a/integration_tests/pages/index.ts +++ b/integration_tests/pages/index.ts @@ -6,6 +6,4 @@ export default class IndexPage extends Page { } headerUserName = (): PageElement => cy.get('[data-qa=header-user-name]') - - courtRegisterLink = (): PageElement => cy.get('[href="/court-register"]') }