Пример #1
0
 public void ThenTheVideoIsVisibleToUser_()
 {
     try
     {
         _viewerPage.SwitchToChild();
         Assert.True(_viewerPage.ValidateVideoPlayable());
         _viewerPage.CloseViewer();
         _viewerPage.SwitchToParent();
     }
     catch (Exception exception)
     {
         throw new Exception("Unable to Play the video in the viewer. Exception" + exception);
     }
 }