From 83c915479979fd2e86be3f2446a044ccec159e80 Mon Sep 17 00:00:00 2001 From: bengotow Date: Mon, 9 Oct 2023 10:00:49 -0500 Subject: [PATCH] Update tests --- .../__fixtures__/LaunchAssetExecutionButton.fixtures.ts | 8 ++++++++ .../assets/__tests__/LaunchAssetExecutionButton.test.tsx | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/js_modules/dagster-ui/packages/ui-core/src/assets/__fixtures__/LaunchAssetExecutionButton.fixtures.ts b/js_modules/dagster-ui/packages/ui-core/src/assets/__fixtures__/LaunchAssetExecutionButton.fixtures.ts index cf85f861ed9b0..013f19aa8dab1 100644 --- a/js_modules/dagster-ui/packages/ui-core/src/assets/__fixtures__/LaunchAssetExecutionButton.fixtures.ts +++ b/js_modules/dagster-ui/packages/ui-core/src/assets/__fixtures__/LaunchAssetExecutionButton.fixtures.ts @@ -646,6 +646,7 @@ export const LaunchAssetLoaderAssetDailyWeeklyMock: MockedResponse { repositoryName: 'repo', pipelineName: 'my_asset_job', assetSelection: [{path: ['unpartitioned_asset']}], + assetCheckSelection: [], }, }); renderButton({ @@ -184,6 +185,7 @@ describe('LaunchAssetExecutionButton', () => { repositoryName: 'repo', pipelineName: '__ASSET_JOB_7', assetSelection: [{path: ['unpartitioned_asset']}], + assetCheckSelection: [], }, }); renderButton({ @@ -233,6 +235,7 @@ describe('LaunchAssetExecutionButton', () => { runConfigData: '{}\n', selector: { assetSelection: [{path: ['asset_daily']}], + assetCheckSelection: [], pipelineName: 'my_asset_job', repositoryLocationName: 'test.py', repositoryName: 'repo', @@ -293,6 +296,7 @@ describe('LaunchAssetExecutionButton', () => { runConfigData: '{}\n', selector: { assetSelection: [{path: ['asset_daily']}], + assetCheckSelection: [], pipelineName: '__ASSET_JOB_7', repositoryLocationName: 'test.py', repositoryName: 'repo', @@ -357,6 +361,7 @@ describe('LaunchAssetExecutionButton', () => { repositoryName: 'repo', pipelineName: 'my_asset_job', assetSelection: [{path: ['asset_daily']}], + assetCheckSelection: [], }, }); renderButton({ @@ -390,6 +395,7 @@ describe('LaunchAssetExecutionButton', () => { repositoryName: 'repo', pipelineName: 'my_asset_job', assetSelection: [{path: ['asset_daily']}], + assetCheckSelection: [], }, }); renderButton({