Skip to content

Commit

Permalink
Fix cypress config and remove some vestigial code (#228)
Browse files Browse the repository at this point in the history
* Remove unused/vestigial integration test method
* Remove deleted cypress config option
* Update copyright date
  • Loading branch information
ushkarev authored Sep 5, 2023
1 parent dda7da0 commit 6e9a6f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions integration_tests/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]')
}

0 comments on commit 6e9a6f5

Please sign in to comment.