Skip to content

Commit d725fde

Browse files
authored
Merge pull request #5232 from nursoltan-s/quick-fix-e2e
fix test 14
2 parents 9049e8f + e8f9ba8 commit d725fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated-smoke-test/page-objects/pages/topcoder/challenge-listing/challenge-listing.helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export class ChallengeListingPageHelper {
476476
const removeTags = await ChallengeListingPageObject.allRemoveTags();
477477
await removeTags[1].click();
478478
const count = await this.getOpenForRegistrationChallengesCount();
479-
await this.verifyChallengesMatchingType(count, [{ name: 'Cd' }]);
479+
await this.verifyChallengesMatchingType(count, [{ name: 'F2F' }]);
480480
}
481481

482482
/**

0 commit comments

Comments
 (0)