File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -536,16 +536,16 @@ Example:
536
536
test .use ({ tmpPath: ' test-toc' });
537
537
538
538
test .describe .serial (' Table of Contents' , () => {
539
- test .beforeAll (async ({ baseURL , tmpPath }) => {
540
- const contents = galata .newContentsHelper (baseURL );
539
+ test .beforeAll (async ({ request , tmpPath }) => {
540
+ const contents = galata .newContentsHelper (request );
541
541
await contents .uploadFile (
542
542
path .resolve (__dirname , ` ./notebooks/${fileName } ` ),
543
543
` ${tmpPath }/${fileName } `
544
544
);
545
545
});
546
546
547
- test .afterAll (async ({ baseURL , tmpPath }) => {
548
- const contents = galata .newContentsHelper (baseURL );
547
+ test .afterAll (async ({ request , tmpPath }) => {
548
+ const contents = galata .newContentsHelper (request );
549
549
await contents .deleteDirectory (tmpPath );
550
550
});
551
551
});
You can’t perform that action at this time.
0 commit comments