Skip to content

Commit

Permalink
Move test sequence order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Oct 28, 2024
1 parent 7354cdf commit f411dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/tests-identities-attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1252,12 +1252,12 @@ describe('identities and attributes', function() {

mParticle.init(apiKey, window.mParticle.config);

await waitForCondition(hasIdentityCallInflightReturned);

mParticle.logEvent('Test Event 1');
mParticle.logEvent('Test Event 2');
mParticle.logEvent('Test Event 3');

await waitForCondition(hasIdentityCallInflightReturned);

expect(fetchMock.calls().length).to.equal(7);

const firstCall = fetchMock.calls()[0];
Expand Down

0 comments on commit f411dda

Please sign in to comment.