Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .changeset/nice-wolves-trade.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"ornn-web": patch
"ornn-web": minor
---

Restore landing announcement popups with glassmorphic style; skillset graph popup click-to-open with blurred backdrop; assistant mascot default position right-edge centered
Restore landing announcement popups with glassmorphic style; skillset graph popup click-to-open with blurred backdrop; skill explorer for member picker with scope tabs and version selection; assistant mascot default position right-edge centered
2 changes: 1 addition & 1 deletion ornn-web/src/components/skillset/SkillsetForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function wrap(node: ReactNode) {

/** Add a member ref via the picker's raw-ref Enter path. */
function addMember(ref: string) {
const input = screen.getByPlaceholderText(/search a skill/);
const input = screen.getByPlaceholderText(/Search skills|search a skill/i);
fireEvent.change(input, { target: { value: ref } });
fireEvent.keyDown(input, { key: "Enter" });
}
Expand Down
Loading