public void TestCNLLVDisableOngoingDefectsKeepVisible()
        {
            TestCaseExternalID = "CGN-86";
            String seconds = "30";

            LaneViewer.LoadLiveModeSettings();
            LaneViewer.OngoingDefectsKeepVisible(false, seconds);
            LaneViewer.ApplyLiveModeSettings();

            LaneViewer.LoadLiveModeSettings();
            LaneViewer.VerifyOngoingDefectsKeepVisible(false, seconds);
            LaneViewer.ApplyLiveModeSettings();
        }
        public void TestCNLLVEnableOngoingDefectsKeepVisible()
        {
            TestCaseID = "CGN-85";
            String seconds = "30";

            LaneViewer.LoadLiveModeSettings();
            LaneViewer.OngoingDefectsKeepVisible(true, seconds);
            LaneViewer.ApplyLiveModeSettings();

            LaneViewer.LoadLiveModeSettings();
            LaneViewer.VerifyOngoingDefectsKeepVisible(true, seconds);
            LaneViewer.ApplyLiveModeSettings();
        }