Skip to content

Commit

Permalink
Loosen aang name check more theres a whitespace bug to figure out later
Browse files Browse the repository at this point in the history
  • Loading branch information
haworku committed Apr 25, 2024
1 parent f056d33 commit 7489939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ describe('CMS user', () => {
expect(recordText[3]).to.contain('Reason for unlock: Unlock submission reason.')

// Test for initial submission
expect(recordText[4]).to.contain(/Submitted by: aang@example.com/)
expect(recordText[4]).to.contain(/aang@example.com/)
expect(recordText[4]).to.contain(/View past submission version/)
expect(recordText[4]).to.not.contain(/Changes made:/)
expect(recordText[4]).to.not.contain(/Reason for unlock:/)
Expand Down

0 comments on commit 7489939

Please sign in to comment.