You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.isTrue(extensionManager.findExtensionButtonByState(testExtensionName,'#extensionListContainer','installed').value===null,'should be not installed');
64
63
}
65
-
}else{
66
-
cppWasUninstalled=true;
67
64
}
68
65
});
69
-
});
70
66
71
-
describe('Search',()=>{
72
-
it('should show cpp extension after type in "cpp"',()=>{
assert.isTrue(extensionManager.findExtensionButtonByState(testExtensionName,'#extensionListContainer','installed').value===null,' cpp should be not installed');
76
69
});
77
-
});
78
70
79
-
describe('CPP Detail view',()=>{
80
-
it('should be opened after click on the cpp extension item.',()=>{
testExtensionName,'#extensionListContainer','working').value===null,300000,'after installing button should not be in working state anymore');
109
-
assert.isTrue(extensionManager.findExtensionButtonByState(testExtensionName,'#extensionListContainer','installed').value!==null,'should be installed');
testExtensionName,'#extensionListContainer','working').value===null,300000,'after installing button should not be in working state anymore');
109
+
assert.isTrue(extensionManager.findExtensionButtonByState(testExtensionName,'#extensionListContainer','installed').value!==null,'should be installed');
110
+
});
111
+
112
+
it('cpp should be still visible in list after search query was reset',()=>{
testExtensionName,'#extensionListContainer','working').value===null,300000,'after uninstalling button should not be in working state anymore');
125
-
assert.isTrue(extensionManager.findExtensionButtonByState(testExtensionName,'#extensionListContainer','installed').value===null,'should be not installed');
126
-
}
119
+
describe('Uninstall',()=>{
120
+
it('should uninstall cpp extension if it was uninstalled before test',()=>{
testExtensionName,'#extensionListContainer','working').value===null,300000,'after uninstalling button should not be in working state anymore');
125
+
assert.isTrue(extensionManager.findExtensionButtonByState(testExtensionName,'#extensionListContainer','installed').value===null,'should be not installed');
0 commit comments