Run actions with Node 22
The github actions were previously ran with Node 20, this bumps them to Node 22. README was also updated to reflect currently used version of Node.
This commit is contained in:
parent
855f1430ad
commit
3f1a80fbe2
7 changed files with 18 additions and 18 deletions
|
|
@ -50,7 +50,7 @@ const goToReviewStep = async () => {
|
|||
};
|
||||
|
||||
const selectTimezone = async () => {
|
||||
const user = userEvent.setup();
|
||||
const user = userEvent.setup({ delay: null });
|
||||
const timezoneDropdown = await screen.findByPlaceholderText(
|
||||
/select a timezone/i
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue