Skip to content

Commit

Permalink
Fixed category test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerants committed Nov 20, 2024
1 parent 22e2e26 commit 67dd49b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export class CategoryListRepository {
getSearchSelector = (): string => '[type="search"]';
getEditButtonSelector = (): string => 'a:contains("Edit")';
getDropdownToggleButtonSelector = (): string => 'button[data-toggle="dropdown"]';
getDropdownMenuSelector = (): string => 'body > .dropdown-menu';
getDropdownMenuSelector = (): string => '.dropdown-menu.show';
}

0 comments on commit 67dd49b

Please sign in to comment.