New behavior for editable fields (#1300)
* New behavior for editable fields * fix * fix * fix coverage * Add tests on NotFound * fix * fix --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -41,7 +41,7 @@ export const AddCompanyFromHeader: Story = {
|
||||
|
||||
await button.click();
|
||||
|
||||
await canvas.findByText('Airbnb');
|
||||
await canvas.findByText('Algolia');
|
||||
});
|
||||
|
||||
await step('Change pipeline stage', async () => {
|
||||
|
||||
Reference in New Issue
Block a user