createDailyEmailNode( isPublished: TRUE, title: $this->randomString(), ); $this->createDailyEmailNode( isPublished: FALSE, title: $this->randomString(), ); $this->createDailyEmailNode( isPublished: TRUE, title: $this->randomString(), ); $this->assertToken( data: [], expected: 2, token: 'email-count', type: 'opd-daily-emails', ); } }