mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Added retries to a flaky batch sending test (#16591)
refs TryGhost/Team#2949
This commit is contained in:
parent
bec71d7840
commit
04e6b9763c
@ -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…
Reference in New Issue
Block a user