Skip to content

Commit c65a8d0

Browse files
Update verifyChallengesByChallengeTag to PostgreSQL
1 parent 5d006d1 commit c65a8d0

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
@@ -503,7 +503,7 @@ export class ChallengeListingPageHelper {
503503
*/
504504
static async verifyChallengesByChallengeTag() {
505505
// const tagText = ConfigHelper.getChallengeDetail().challengeTag;
506-
const tagText = 'ReactJS';
506+
const tagText = 'EdgeNet';
507507
await this.waitForSubCommunity();
508508
await ChallengeListingPageObject.challengeSearchBox.sendKeys(tagText);
509509
await BrowserHelper.sleep(2000);

0 commit comments

Comments
 (0)