Fixed unit tests

This commit is contained in:
tidusjar 2021-03-25 09:04:48 +00:00
commit b9f5c06b7c
4 changed files with 18 additions and 6 deletions

View file

@ -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();