Skip to content

Commit

Permalink
10501-bug: no good reason to set messageToForwardSubject in the befor…
Browse files Browse the repository at this point in the history
…e hook
  • Loading branch information
Mwindo committed Sep 23, 2024
1 parent 821207d commit f063811
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('BUG: chambers dropdown should be populated in message modals', () => {
const chambersSection = 'buchsChambers';
const recipient = 'Judge Buch';
const caseNumber = '103-20';
let messageToForwardSubject = '';
const messageToForwardSubject = v4();

before(() => {
// Send a message that we will forward later.
Expand All @@ -32,7 +32,6 @@ describe('BUG: chambers dropdown should be populated in message modals', () => {
createMessage();
selectSection('Docket');
selectRecipient('Test Docketclerk');
messageToForwardSubject = v4();
enterSubject(messageToForwardSubject);
fillOutMessageField();
sendMessage();
Expand Down

0 comments on commit f063811

Please sign in to comment.