Skip to content

fix: remove accidental .only from templateDeleteAndArchive.cy.ts#1382

Open
Copilot wants to merge 3 commits intodevelopfrom
copilot/fix-accidental-only-test
Open

fix: remove accidental .only from templateDeleteAndArchive.cy.ts#1382
Copilot wants to merge 3 commits intodevelopfrom
copilot/fix-accidental-only-test

Conversation

Copy link

Copilot AI commented Feb 26, 2026

Two accidental .only modifiers in templateDeleteAndArchive.cy.ts caused Cypress to run only a single test in the file during CI, silently skipping all others.

Changes

  • Removed .only from describe.only('ExperimentSafety PDF Templates Delete, Archive, Unarchive', ...)
  • Removed .only from it.only('ExperimentSafety PDF Template can not be deleted if it is associated with a call', ...)
- describe.only('ExperimentSafety PDF Templates Delete, Archive, Unarchive', () => {
+ describe('ExperimentSafety PDF Templates Delete, Archive, Unarchive', () => {
    ...
-   it.only('ExperimentSafety PDF Template can not be deleted if it is associated with a call', () => {
+   it('ExperimentSafety PDF Template can not be deleted if it is associated with a call', () => {

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: yoganandaness <132274772+yoganandaness@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix accidental 'only' in templateDeleteAndArchive.cy.ts test fix: remove accidental .only from templateDeleteAndArchive.cy.ts Feb 26, 2026
@yoganandaness yoganandaness marked this pull request as ready for review February 26, 2026 15:01
@yoganandaness yoganandaness requested a review from a team as a code owner February 26, 2026 15:01
@yoganandaness yoganandaness requested review from William-Edwards-STFC, jekabs-karklins and mutambaraf and removed request for a team February 26, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants