Skip to content

Commit

Permalink
Try fix browser tests with PopupContent
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 6, 2023
1 parent 1506a0e commit 54d94cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions DbViewer.Tests/FrontTests/Pages/BusinessObjectTablePage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public BusinessObjectTablePage(RemoteWebDriver webDriver)
public Link ClearFilter { get; set; }
public Link FieldSettings { get; set; }
public Link DownloadLink { get; set; }

[Selector("Portal:portal ##ColumnSelector")]
public ColumnSelector ColumnSelector { get; set; }

public ConfirmDeleteObjectModal ConfirmDeleteObjectModal { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion DbViewer.Tests/FrontTests/Pages/CountDropdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public CountDropdown(ISearchContainer container, ISelector selector)

public Link CurrentCount { get; set; }

[Selector("Portal:portal ##PopupContent")]
[Selector("##PopupContent")]
public Menu Menu { get; set; }
}
}

0 comments on commit 54d94cc

Please sign in to comment.