add an await to the join tests to fix flakyness

This commit is contained in:
BryceLTaylor 2021-12-07 13:06:56 -05:00
parent 46a8d162f5
commit 36ad8b65dc

View file

@ -24,7 +24,7 @@ describe('www-integration join flow', () => {
afterAll(async () => await driver.quit());
beforeEach(async () => {
driver.get(rootUrl);
await driver.get(rootUrl);
await clickXpath('//a[@class="registrationLink"]');
});