mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-16 23:07:14 +00:00
fix(web): unify processor creation and entity detail loading states
This commit is contained in:
@@ -222,9 +222,7 @@ test('create first, select a plugin in the header, debug beside scrollable logs'
|
||||
await page
|
||||
.getByRole('textbox', { name: 'Name', exact: false })
|
||||
.fill('Welcome processor');
|
||||
await page
|
||||
.getByRole('button', { name: 'Create plugin processor', exact: true })
|
||||
.click();
|
||||
await page.getByRole('button', { name: 'Submit', exact: true }).click();
|
||||
await expect(page).toHaveURL(/id=processor-qa/);
|
||||
expect(creations).toHaveLength(1);
|
||||
expect(creations[0]).toMatchObject({
|
||||
|
||||
Reference in New Issue
Block a user