Skip to content

Commit e3d0946

Browse files
committed
✅ Update test name
1 parent 9d099ed commit e3d0946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/app/components/events/eventTagsAndScreenshot/index.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ describe('EventTagsAndScreenshot', function () {
514514
});
515515
});
516516

517-
describe("renders changes for 'event-tags-new-ui' flag", function () {
517+
describe("renders changes for 'event-tags-tree-ui' flag", function () {
518518
const featuredOrganization = OrganizationFixture({
519519
features: ['event-attachments', 'event-tags-tree-ui'],
520520
});
@@ -595,7 +595,7 @@ describe('EventTagsAndScreenshot', function () {
595595
assertFlagAndQueryParamWork();
596596
});
597597

598-
it("allows filtering with 'event-tags-new-ui' flag", async function () {
598+
it("allows filtering with 'event-tags-tree-ui' flag", async function () {
599599
MockApiClient.addMockResponse({
600600
url: `/projects/${featuredOrganization.slug}/${project.slug}/events/${event.id}/attachments/`,
601601
body: [],
@@ -636,7 +636,7 @@ describe('EventTagsAndScreenshot', function () {
636636
expect(rows).toHaveLength(allTags.length);
637637
});
638638

639-
it("promotes custom tags with 'event-tags-new-ui' flag", async function () {
639+
it("promotes custom tags with 'event-tags-tree-ui' flag", async function () {
640640
MockApiClient.addMockResponse({
641641
url: `/projects/${featuredOrganization.slug}/${project.slug}/events/${event.id}/attachments/`,
642642
body: [],

0 commit comments

Comments
 (0)