Skip to content

Commit

Permalink
add a few more test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
iansinnott committed Jul 17, 2023
1 parent 10014cc commit 4ebd29e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/components/ActionsMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,12 @@
{/if}

<div class="relative text-white">
<button type="button" on:click={toggleMenu} class={classNames("font-bold px-4 py-2", _class, {})}>
<button
data-testid="CommandMenuButton"
type="button"
on:click={toggleMenu}
class={classNames("font-bold px-4 py-2", _class, {})}
>
Command
<span class="hidden sm:inline-flex items-center space-x-1 text-white/40">
<kbd
Expand Down
1 change: 1 addition & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
)}
/>
<button
data-testid="ChatInputSubmit"
class="font-bold px-4 py-2 flex items-center text-xs uppercase leading-[22px]"
type="submit"
>
Expand Down

0 comments on commit 4ebd29e

Please sign in to comment.