DEV: Remove flaky sidebar acceptance test. (#17882)

At a certain point, the cost of debugging a flaky acceptance test is
just too high for what we're testing for here. I've decided to just
accept the risk of a minor UX feature.

Follow-up to 55fa94f759
This commit is contained in:
Alan Guo Xiang Tan 2022-08-12 12:12:19 +08:00 committed by GitHub
parent 3deabb00d4
commit 68cefc9f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -148,15 +148,6 @@ acceptance("Sidebar - Community Section", function (needs) {
await click(
".sidebar-section-community .sidebar-more-section-links-details-summary"
);
await click("#main-outlet");
assert.notOk(
exists(
".sidebar-section-community .sidebar-more-section-links-details-content"
),
"additional section links are hidden when clicking outside"
);
});
test("clicking on everything link", async function (assert) {