Skip to content

Commit

Permalink
gristUtils.ts : Better comment for openHeaderColorPicker function
Browse files Browse the repository at this point in the history
Co-authored-by: George Gevoian <85144792+georgegevoian@users.noreply.github.com>
  • Loading branch information
CamilleLegeron and georgegevoian committed Aug 1, 2023
1 parent fda88c4 commit e2718ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nbrowser/gristUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ export async function clickAway() {
}

/**
* Opens a color picker, either the default one or the one for a specific style rule.
* Opens the header color picker.
*/
export function openHeaderColorPicker() {
return driver.find('.test-header-color-select .test-color-select').click();
Expand Down

0 comments on commit e2718ef

Please sign in to comment.