mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added retries to a flaky batch sending test (#16591)
refs TryGhost/Team#2949
This commit is contained in:
parent
bec71d7840
commit
04e6b9763c
1 changed files with 1 additions and 0 deletions
|
@ -875,6 +875,7 @@ describe('Batch sending tests', function () {
|
|||
});
|
||||
|
||||
it('Does replace with and without fallback in both plaintext and html for member with name', async function () {
|
||||
this.retries(1);
|
||||
// Create a new member without a first_name
|
||||
await models.Member.add({
|
||||
name: 'Simon Tester',
|
||||
|
|
Loading…
Add table
Reference in a new issue