@@ -58,7 +58,7 @@ describe('Topcoder Challenge Listing Page Tests: ', () => {
58
58
await ChallengeListingPageHelper . verifyFilterByType ( ) ;
59
59
} ) ;
60
60
61
- xit ( '[TC-010] should verify that the "Filter" option "Sub Community" is working correctly' , async ( ) => {
61
+ it ( '[TC-010] should verify that the "Filter" option "Sub Community" is working correctly' , async ( ) => {
62
62
await ChallengeListingPageHelper . verifyFilterBySubCommunity ( ) ;
63
63
} ) ;
64
64
@@ -88,7 +88,7 @@ describe('Topcoder Challenge Listing Page Tests: ', () => {
88
88
await ChallengeListingPageHelper . verifyRemovalOfType ( ) ;
89
89
} ) ;
90
90
91
- xit ( '[TC_015] should verify whether the number of filters applied are shown into Filter button according to the keyword/Type/Sub community/Date range fields selected' , async ( ) => {
91
+ it ( '[TC_015] should verify whether the number of filters applied are shown into Filter button according to the keyword/Type/Sub community/Date range fields selected' , async ( ) => {
92
92
await ChallengeListingPageHelper . openFiltersPanel ( ) ;
93
93
await ChallengeListingPageHelper . selectKeyword ( 'Java' ) ;
94
94
await ChallengeListingPageHelper . selectType ( 'Challenge' ) ;
@@ -98,7 +98,7 @@ describe('Topcoder Challenge Listing Page Tests: ', () => {
98
98
await ChallengeListingPageHelper . verifyNumberOfAppliedFilters ( expectedFilterNumber ) ;
99
99
} ) ;
100
100
101
- xit ( '[TC_016] should verify whether the clear filter button clears all the filters selected and all the challenges are displayed' , async ( ) => {
101
+ it ( '[TC_016] should verify whether the clear filter button clears all the filters selected and all the challenges are displayed' , async ( ) => {
102
102
await ChallengeListingPageHelper . openFiltersPanel ( ) ;
103
103
await ChallengeListingPageHelper . selectKeyword ( 'Java' ) ;
104
104
await ChallengeListingPageHelper . selectType ( 'Challenge' ) ;
@@ -152,7 +152,7 @@ describe('Topcoder Challenge Listing Page Tests: ', () => {
152
152
) ;
153
153
} ) ;
154
154
155
- fit ( '[TC-023] should verify All Challenges link functionality with the design, development, data science and QA toggle switches on' , async ( ) => {
155
+ it ( '[TC-023] should verify All Challenges link functionality with the design, development, data science and QA toggle switches on' , async ( ) => {
156
156
await ChallengeListingPageHelper . verifyAllChallenges ( ) ;
157
157
await ChallengeListingPageHelper . verifyOpenForRegistrationChallengesOnly ( ) ;
158
158
await ChallengeListingPageHelper . verifyOpenForReviewChallengesOnly ( ) ;
0 commit comments