Skip to content

Commit 2beffd1

Browse files
filiptronicekjeanp413
authored andcommitted
Don't test the Feedback component
1 parent c575da5 commit 2beffd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/smoke/src/areas/statusbar/statusbar.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ export function setup(opts: minimist.ParsedArgs) {
1616
const app = this.app as Application;
1717

1818
await app.workbench.statusbar.waitForStatusbarElement(StatusBarElement.BRANCH_STATUS);
19+
/*
1920
if (app.quality !== Quality.Dev) {
2021
await app.workbench.statusbar.waitForStatusbarElement(StatusBarElement.FEEDBACK_ICON);
2122
}
23+
*/
2224
await app.workbench.statusbar.waitForStatusbarElement(StatusBarElement.SYNC_STATUS);
2325
await app.workbench.statusbar.waitForStatusbarElement(StatusBarElement.PROBLEMS_STATUS);
2426

@@ -77,7 +79,7 @@ export function setup(opts: minimist.ParsedArgs) {
7779
await app.workbench.statusbar.waitForEOL('CRLF');
7880
});
7981

80-
it(`verifies that 'Tweet us feedback' pop-up appears when clicking on 'Feedback' icon`, async function () {
82+
it.skip(`verifies that 'Tweet us feedback' pop-up appears when clicking on 'Feedback' icon`, async function () {
8183
const app = this.app as Application;
8284

8385
if (app.quality === Quality.Dev) {

0 commit comments

Comments
 (0)