mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed unit tests
This commit is contained in:
parent
5678f43f41
commit
b9f5c06b7c
4 changed files with 18 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
import { BasePage } from "../../base.page";
|
||||
import { AdminRequestDialog } from "../../shared/AdminRequestDialog";
|
||||
|
||||
class TvRequestPanel {
|
||||
|
||||
|
@ -82,6 +83,7 @@ class TvDetailsPage extends BasePage {
|
|||
informationPanel = new TvDetailsInformationPanel();
|
||||
requestFabButton = new RequestFabButton();
|
||||
requestPanel = new TvRequestPanel();
|
||||
adminOptionsDialog = new AdminRequestDialog();
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue