Skip to content

Commit

Permalink
Uncommenting tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Grossmann <[email protected]>
  • Loading branch information
Lukas Grossmann committed Nov 1, 2023
1 parent 60916c7 commit 77681ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/ui/public-ui-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* Licensed under the MIT License. See LICENSE file in the project root for license information.
*-----------------------------------------------------------------------------------------------*/

//import { checkAboutCommand } from './suite/command-about';
import { checkAboutCommand } from './suite/command-about';
import path = require('path');
import { testCreateComponent } from './suite/createComponent';
//import { testDevfileRegistries } from './suite/devfileRegistries';
import { testDevfileRegistries } from './suite/devfileRegistries';
import { checkExtension } from './suite/extension';
//import { checkFocusOnCommands } from './suite/focusOn';
import { checkFocusOnCommands } from './suite/focusOn';
import { checkOpenshiftView } from './suite/openshift';

require('source-map-support').install();
Expand All @@ -18,8 +18,8 @@ describe('Extension public-facing UI tests', function() {

checkExtension();
checkOpenshiftView();
//checkAboutCommand();
//testDevfileRegistries();
//checkFocusOnCommands();
checkAboutCommand();
testDevfileRegistries();
checkFocusOnCommands();
testCreateComponent(contextFolder);
});

0 comments on commit 77681ae

Please sign in to comment.