test: Fix broken Tracing unit tests (#1613)
This patch fixes broken Tracing tests which are failing since the `state.parallel` -> `state.parallelIndex` modification of #1531
This commit is contained in:
parent
18d5cfa269
commit
10f3b92304
@ -3000,7 +3000,7 @@ describe('Page', function() {
|
||||
|
||||
describe('Tracing', function() {
|
||||
beforeEach(function(state) {
|
||||
state.outputFile = path.join(__dirname, 'assets', `trace-${state.parallel}.json`);
|
||||
state.outputFile = path.join(__dirname, 'assets', `trace-${state.parallelIndex}.json`);
|
||||
});
|
||||
afterEach(function(state) {
|
||||
fs.unlinkSync(state.outputFile);
|
||||
|
Loading…
Reference in New Issue
Block a user