Skip to content

Commit

Permalink
Merge pull request #317 from Lombiq/issue/NEST-462
Browse files Browse the repository at this point in the history
NEST-462: Comply with new OC preview version as well
  • Loading branch information
DemeSzabolcs authored Oct 19, 2023
2 parents 4e5b18f + 2098a27 commit a1a4cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lombiq.Tests.UI/Components/OrchardCoreAdminTopNavbar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ namespace Lombiq.Tests.UI.Components;
public class OrchardCoreAdminTopNavbar<TOwner> : Control<TOwner>
where TOwner : PageObject<TOwner>
{
[FindFirst]
[FindById("navbarDropdown")]
public AccountDropdown Account { get; private set; }

public class AccountDropdown : BSDropdown<TOwner>
public class AccountDropdown : BSDropdownToggle<TOwner>
{
[FindByContent(TermMatch.Contains, TermCase.Sentence)]
public Button<TOwner> LogOff { get; private set; }
Expand Down

0 comments on commit a1a4cde

Please sign in to comment.