Skip to content

Commit

Permalink
Revert "DEV: Skip flaky test (#453)" (#454)
Browse files Browse the repository at this point in the history
This reverts commit 8aba8c3.

The flakiness should be resolved by discourse/discourse@597ef11
  • Loading branch information
davidtaylorhq authored Oct 12, 2023
1 parent 8aba8c3 commit bd093da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/javascripts/acceptance/topic-calendar-events-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { acceptance, fakeTime } from "discourse/tests/helpers/qunit-helpers";
import { visit } from "@ember/test-helpers";
import { skip } from "qunit";
import { test } from "qunit";
import getEventByText from "../helpers/get-event-by-text";
import eventTopicFixture from "../helpers/event-topic-fixture";

Expand All @@ -23,7 +23,7 @@ acceptance("Discourse Calendar - Topic Calendar Events", function (needs) {
});
});

skip("renders calendar events with fullDay='false'", async (assert) => {
test("renders calendar events with fullDay='false'", async (assert) => {
await visit("/t/-/252");

assert.dom(getEventByText("Event 1")).exists();
Expand Down

0 comments on commit bd093da

Please sign in to comment.