Ghost/ghost/core/test/utils/agents
Simon Backx f4660b440b
Fixed sending emails when using MembersAgent.loginAs (#15791)
fixes https://github.com/TryGhost/Team/issues/1903

MembersAgent.loginAs sends email, asynchronously via events. Which
conflicts with tests that also test emails. We cannot properly await
these events, so this is currently fixed with a timeout of 200ms. But
this was too random and unreliable.
2022-11-09 16:25:42 +01:00
..
admin-api-test-agent.js Added loginAs[Role] to e2e framework with example 2022-09-02 10:38:22 +01:00
content-api-test-agent.js Renamed content api agent auth method 2022-09-02 10:48:03 +01:00
ghost-api-test-agent.js Moved test agents into subfolder 2022-07-26 18:00:37 +02:00
index.js Moved test agents into subfolder 2022-07-26 18:00:37 +02:00
members-api-test-agent.js Fixed sending emails when using MembersAgent.loginAs (#15791) 2022-11-09 16:25:42 +01:00
test-agent.js Moved test agents into subfolder 2022-07-26 18:00:37 +02:00