Skip to content

Commit

Permalink
Skyline: Fixed TestCEOptimizationTutorial and TestPeakPickingTutorial…
Browse files Browse the repository at this point in the history
… to better match existing screenshots (#3309)
  • Loading branch information
brendanx67 authored Dec 31, 2024
1 parent 5f716bd commit b4b8d58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ protected override void DoTest()

var graphRegression = ShowDialog<GraphRegression>(addItem.ShowGraph);

PauseForScreenShot<GraphRegression>("Collision Energy Regression graphs", 10);
PauseForGraphScreenShot<GraphRegression>("Collision Energy Regression graphs", 10);

var graphDatas = graphRegression.RegressionGraphDatas.ToArray();
Assert.AreEqual(2, graphDatas.Length);
Expand Down
10 changes: 5 additions & 5 deletions pwiz_tools/Skyline/TestTutorial/PeakPickingTutorialTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ protected override void DoTest()
Assert.AreEqual(chromGroupInfo.RetentionTime.Value, 18.0, 0.1);
SkylineWindow.ChangeTextSize(TreeViewMS.LRG_TEXT_FACTOR);
});
RunDlg<ChromChartPropertyDlg>(SkylineWindow.ShowChromatogramProperties, dlg =>
{
dlg.FontSize = GraphFontSize.LARGE;
dlg.OkDialog();
});
// RunDlg<ChromChartPropertyDlg>(SkylineWindow.ShowChromatogramProperties, dlg =>
// {
// dlg.FontSize = GraphFontSize.LARGE;
// dlg.OkDialog();
// });
PauseForScreenShot("Main window", 5);

// Test different point types on RTLinearRegressionGraph
Expand Down

0 comments on commit b4b8d58

Please sign in to comment.