Skip to content

Commit

Permalink
test(console): update color picker test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun committed Jul 26, 2024
1 parent 315dde2 commit 5dda0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const expectToSelectColor = async (

await expect(colorField).toClick('div[role=button]');

await expect(page).toFill('input[id^=rc-editable-input]', color);
await expect(page).toFill('input[id=hex][class=rcp-field-input]', color);

// Close the color input
await page.keyboard.press('Escape');
Expand Down

0 comments on commit 5dda0df

Please sign in to comment.