[ACA-3908] use different selectors that are valid for ADW as well (#2091)

* use different selectors in order to be valid for ADW as well

* trigger travis
This commit is contained in:
Adina Parpalita
2021-04-27 17:55:34 +03:00
committed by GitHub
parent 774044c266
commit febaf6601a
6 changed files with 13 additions and 13 deletions

View File

@@ -96,11 +96,10 @@ describe('Library actions', () => {
await Utils.pressEscape();
});
afterEach(async (done) => {
afterEach(async () => {
await Utils.pressEscape();
await page.header.expandSideNav();
await page.clickPersonalFiles();
done();
});
afterAll(async () => {