Skip to content

Commit

Permalink
FUSETOOLS2-2201
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Dec 19, 2023
1 parent dfbc96a commit 5ca274b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/ui-test/tests/00_set.camel.version.test.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

//import { assert } from 'chai';
import {
CATALOG_VERSION_ID,
// CATALOG_VERSION_ID,
CATALOG_VERSION_UI,
RESOURCES,
closeEditor,
readUserSetting,
//readUserSetting,
waitUntilExtensionIsActivated,
} from '../utils/testUtils';
import {
Expand Down
8 changes: 4 additions & 4 deletions src/ui-test/tests/xx_check.camel.version.test.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* limitations under the License.
*/

import {
CATALOG_VERSION_ID,
readUserSetting,
} from '../utils/testUtils';
// import {
// CATALOG_VERSION_ID,
// readUserSetting,
// } from '../utils/testUtils';

describe('check camel version at end', function () {
this.timeout(300000);
Expand Down
2 changes: 1 addition & 1 deletion src/ui-test/utils/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export function resetUserSettings(id: string): void {
}

/**
* TODO
* TODO: tohle zpusobuje pady kdyz je to null
*
* @param id TODO.
*/
Expand Down

0 comments on commit 5ca274b

Please sign in to comment.