@@ -514,7 +514,7 @@ describe('EventTagsAndScreenshot', function () {
514
514
} ) ;
515
515
} ) ;
516
516
517
- describe ( "renders changes for 'event-tags-new -ui' flag" , function ( ) {
517
+ describe ( "renders changes for 'event-tags-tree -ui' flag" , function ( ) {
518
518
const featuredOrganization = OrganizationFixture ( {
519
519
features : [ 'event-attachments' , 'event-tags-tree-ui' ] ,
520
520
} ) ;
@@ -595,7 +595,7 @@ describe('EventTagsAndScreenshot', function () {
595
595
assertFlagAndQueryParamWork ( ) ;
596
596
} ) ;
597
597
598
- it ( "allows filtering with 'event-tags-new -ui' flag" , async function ( ) {
598
+ it ( "allows filtering with 'event-tags-tree -ui' flag" , async function ( ) {
599
599
MockApiClient . addMockResponse ( {
600
600
url : `/projects/${ featuredOrganization . slug } /${ project . slug } /events/${ event . id } /attachments/` ,
601
601
body : [ ] ,
@@ -636,7 +636,7 @@ describe('EventTagsAndScreenshot', function () {
636
636
expect ( rows ) . toHaveLength ( allTags . length ) ;
637
637
} ) ;
638
638
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 ( ) {
640
640
MockApiClient . addMockResponse ( {
641
641
url : `/projects/${ featuredOrganization . slug } /${ project . slug } /events/${ event . id } /attachments/` ,
642
642
body : [ ] ,
0 commit comments