File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
test/smoke/src/areas/statusbar Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ export function setup(isWeb: boolean, logger: Logger) {
16
16
it ( 'verifies presence of all default status bar elements' , async function ( ) {
17
17
const app = this . app as Application ;
18
18
await app . workbench . statusbar . waitForStatusbarElement ( StatusBarElement . BRANCH_STATUS ) ;
19
+ /*
19
20
if (app.quality !== Quality.Dev) {
20
21
await app.workbench.statusbar.waitForStatusbarElement(StatusBarElement.FEEDBACK_ICON);
21
22
}
23
+ */
22
24
await app . workbench . statusbar . waitForStatusbarElement ( StatusBarElement . SYNC_STATUS ) ;
23
25
await app . workbench . statusbar . waitForStatusbarElement ( StatusBarElement . PROBLEMS_STATUS ) ;
24
26
@@ -73,7 +75,7 @@ export function setup(isWeb: boolean, logger: Logger) {
73
75
await app . workbench . statusbar . waitForEOL ( 'CRLF' ) ;
74
76
} ) ;
75
77
76
- it ( `verifies that 'Tweet us feedback' pop-up appears when clicking on 'Feedback' icon` , async function ( ) {
78
+ it . skip ( `verifies that 'Tweet us feedback' pop-up appears when clicking on 'Feedback' icon` , async function ( ) {
77
79
const app = this . app as Application ;
78
80
if ( app . quality === Quality . Dev ) {
79
81
return this . skip ( ) ;
You can’t perform that action at this time.
0 commit comments