Skip to content

Commit

Permalink
Fix TestThermoFAIMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Shulman committed Aug 19, 2024
1 parent 6e0b877 commit 45ba4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pwiz_tools/Skyline/TestPerf/PerfThermoFAIMSTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void TestPopulateDocumentFromLibrary()
// Add all peptides
var filterMatchedPeptidesDlg = ShowDialog<FilterMatchedPeptidesDlg>(viewLibUI.AddAllPeptides);
var docBefore = WaitForProteinMetadataBackgroundLoaderCompletedUI();
using (new CheckDocumentState(1, 8433, 10882, 43484))
using (new CheckDocumentState(1, 8591, 11057, 44174))
{
RunDlg<MultiButtonMsgDlg>(filterMatchedPeptidesDlg.OkDialog, addLibraryPepsDlg =>
{
Expand All @@ -146,6 +146,7 @@ private void TestWizardBuildDocumentLibraryAndFinish(string documentFile)
RunUI(() =>
{
Assert.IsTrue(importPeptideSearchDlg.CurrentPage == ImportPeptideSearchDlg.Pages.spectra_page);
importPeptideSearchDlg.BuildPepSearchLibControl.IncludeAmbiguousMatches = true;
importPeptideSearchDlg.BuildPepSearchLibControl.AddSearchFiles(SearchFiles);
});
WaitForConditionUI(() => importPeptideSearchDlg.IsEarlyFinishButtonEnabled);
Expand Down

0 comments on commit 45ba4d9

Please sign in to comment.