improve goose2 agent management flows (#8737)
Signed-off-by: tulsi <tulsi@block.xyz>
This commit is contained in:
@@ -12,7 +12,7 @@ test.describe("Skills view", () => {
|
||||
await navigateToSkills(page);
|
||||
await expect(page.locator("h1", { hasText: "Skills" })).toBeVisible();
|
||||
await expect(
|
||||
page.getByText("Reusable instructions for your AI personas"),
|
||||
page.getByText("Reusable instructions for your AI agents"),
|
||||
).toBeVisible();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user