Skip to content

Commit

Permalink
Исправление тестов
Browse files Browse the repository at this point in the history
  • Loading branch information
egorprnn committed Dec 15, 2020
1 parent 5365cb3 commit 5ee1d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const test = (PagesBuilder, pagesStorage, testType) => {

for (let i = 2; i <= builder.pages.length; i++) {
await builder.setPage(i);

builder.sentContext = createContext();
}
});
});
Expand Down

0 comments on commit 5ee1d70

Please sign in to comment.