Skip to content

Commit 52b9551

Browse files
committed
fix
1 parent 0e8da18 commit 52b9551

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/public/runs/runsPerDataPass.overview.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ module.exports = () => {
264264
it('should successfully export runs', async () => {
265265
await navigateToRunsPerDataPass(page, 1, 3, 4);
266266

267-
const targetFileName = 'runs.json';
267+
const targetFileName = 'data.json';
268268

269269
// First export
270270
await pressElement(page, '#actions-dropdown-button .popover-trigger', true);
@@ -432,6 +432,7 @@ module.exports = () => {
432432
});
433433

434434
it('should successfully mark as skimmable', async () => {
435+
435436
await expectInnerText(page, '#skimmableControl .badge', 'Skimmable');
436437
await DataPassRepository.updateAll({ skimmingStage: null }, { where: { id: 1 } });
437438
await navigateToRunsPerDataPass(page, 2, 1, 3);

test/public/runs/runsPerSimulationPass.overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ module.exports = () => {
193193
it('should successfully export runs', async () => {
194194
const EXPORT_RUNS_TRIGGER_SELECTOR = '#export-data-trigger';
195195

196-
const targetFileName = 'runs.json';
196+
const targetFileName = 'data.json';
197197

198198
// First export
199199
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR);

0 commit comments

Comments
 (0)