-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5512 test - feedback #5169
5512 test - feedback #5169
Conversation
…ket number isn't cut off;
…nsure case type displays correctly on generated petition;
@@ -9,6 +9,22 @@ import { | |||
} from '../../../../../../helpers/fileAPetition/petitioner-creates-electronic-case'; | |||
|
|||
describe('Logged In User Can See Un-Served Petition Document', () => { | |||
before(() => { | |||
cy.task('toggleFeatureFlag', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get rid of this pattern when we can; we need to update all tests to be compatible with the new flow anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TY!
No description provided.