mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Move afterAll from sign-in-and-out tests earlier for understandability
This commit is contained in:
parent
cc69ff87a0
commit
bbfbf8d731
1 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,10 @@ describe('www-integration sign-in-and-out', () => {
|
|||
driver = await buildDriver('www-integration sign-in-out');
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await driver.quit();
|
||||
});
|
||||
|
||||
describe('sign in', () => {
|
||||
afterEach(async () => {
|
||||
await driver.get(wwwURL);
|
||||
|
@ -101,8 +105,6 @@ describe('www-integration sign-in-and-out', () => {
|
|||
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await driver.quit();
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue