You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could even add items in the acceptance criteria for #7810 to remove the disableSnapshot: true (Chromatic), .skip (Cypress), and markTestSkipped (PHPUnit).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Directive Forms seem to be frozen without a date for the feature flag to be switched to
TRUE
.Until there is some movement, we could do the following to decrease resource load for testing tools by:
Ignoring stories in Chromatic
apps/web/src/pages/DirectiveForms/DigitalServicesContractingQuestionnaire/fieldsSets/PersonnelRequirementFieldset.stories.tsx
apps/web/src/pages/DirectiveForms/DigitalServicesContractingQuestionnaire/DigitalServicesContractingQuestionnairePage.stories.tsx
Skipping Cypress test
Removed with #10643.apps/e2e/cypress/e2e/talentsearch/directive-forms.cy.ts
Skipping PHPUnit test
api/tests/Feature/DigitalContractingQuestionnaireTest.php
We could even add items in the acceptance criteria for #7810 to remove the
disableSnapshot: true
(Chromatic),.skip
(Cypress), andmarkTestSkipped
(PHPUnit).Beta Was this translation helpful? Give feedback.
All reactions