One small stabilization fix. BLD200211270100
authorjkovalsky@netbeans.org
Tue, 26 Nov 2002 10:59:35 +0000
changeset 2838bba111fc28b6
parent 2837 4c957fd87e5d
child 2839 831079a6115c
One small stabilization fix.
vcs.advanced/test/qa-functional/src/complete/common/FilesystemSettings.java
     1.1 --- a/vcs.advanced/test/qa-functional/src/complete/common/FilesystemSettings.java	Mon Nov 25 20:14:04 2002 +0000
     1.2 +++ b/vcs.advanced/test/qa-functional/src/complete/common/FilesystemSettings.java	Tue Nov 26 10:59:35 2002 +0000
     1.3 @@ -462,7 +462,7 @@
     1.4              VCSWizardAdvanced advancedPage = new VCSWizardAdvanced();
     1.5              advancedPage.editCommands();
     1.6              CommandEditor commandEditor = new CommandEditor();
     1.7 -            commandEditor.selectCommand("Empty|Refresh");
     1.8 +            new Node(commandEditor.treeCommands(), "Empty|Refresh").select();
     1.9              NbDialogOperator dialog = new NbDialogOperator("Command Editor");
    1.10              PropertySheetOperator sheet = new PropertySheetOperator(dialog);
    1.11              PropertySheetTabOperator sheetTab = sheet.getPropertySheetTabOperator("Properties");