Skip to content

Commit

Permalink
update beforeAll of personal files
Browse files Browse the repository at this point in the history
  • Loading branch information
azakrzewski-hy committed Dec 19, 2023
1 parent f760108 commit 771f3b3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,7 @@ test.describe('Create file from template', () => {

test.describe('Personal Files page', () => {
test.beforeAll(async () => {
try {
nodesApi = await NodesApi.initialize(username, username);
} catch (error) {
console.error(`Personal Files page, beforeAll failed: ${error}`);
}
nodesApi = await NodesApi.initialize(username, username);
});

test.beforeEach(async ({ personalFiles }) => {
Expand Down

0 comments on commit 771f3b3

Please sign in to comment.