Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: wait to input the name of the segment when checking for error …
…messages (#7377) This change adds a wait statement before entering the name of the segment when checking for error messages that this segment name already exists. This is the same workaround that we did in #7289, which seems to have worked. Like in that PR, using waits is still an antipattern, but it appears to be working. Maybe it’s time to look more deeply at why it happens? Why isn’t the field ready to receive input even though it’s on the page? Is it mui’s fault or ours?
- Loading branch information