8495 workflow display relevant columns in workflow related tables (#8502)
## After ### Workflows  ### WorkflowRuns  ### WorkflowVersions  ## Change Created By into Executed By in workflowRuns 
This commit is contained in:
@ -32,7 +32,7 @@ export const Default: Story = {
|
||||
play: async ({ canvasElement }) => {
|
||||
const canvas = within(canvasElement);
|
||||
|
||||
await canvas.findByText('People', undefined, { timeout: 10000 });
|
||||
await canvas.findByText('Companies', undefined, { timeout: 3000 });
|
||||
await canvas.findByText('Linkedin');
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user