Skip to content

Commit

Permalink
fix(suite): FIx suite guide test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Aug 12, 2024
1 parent 7819bf9 commit 402e25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SuiteGuide {
const suggestionDropdown = window.getByTestId('@guide/feedback/suggestion-dropdown');
await suggestionDropdown.waitFor({ state: 'visible' });
await suggestionDropdown.click();
clickDataTest(
await clickDataTest(
window,
`@guide/feedback/suggestion-dropdown/select/option/${desiredLocation.toLowerCase()}`,
);
Expand Down

0 comments on commit 402e25f

Please sign in to comment.