-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use last sent messages batch to generate pno form subscriber list
- Loading branch information
1 parent
9c95ad9
commit 0d86c8b
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,9 @@ context('Side Window > Logbook Prior Notification Form > Sent Message List', () | |
cy.get('address').eq(1).contains('[email protected]') | ||
cy.get('address').eq(1).contains('+33987654321') | ||
|
||
cy.get('address').eq(2).contains('Unité 5 (DDTM 40)') | ||
cy.get('address').eq(2).contains('[email protected]') | ||
cy.get('address').eq(2).contains('+33000000000') | ||
// The last sent message doesn't include this unit contact details, | ||
// they should not be displayed since they likely were unsubscribed in the meantime. | ||
cy.get('address').contains('Unité 5 (DDTM 40)').should('not.exist') | ||
|
||
cy.getDataCy('SentMessageList-historyItem') | ||
.eq(0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters