We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d006d1 commit c65a8d0Copy full SHA for c65a8d0
automated-smoke-test/page-objects/pages/topcoder/challenge-listing/challenge-listing.helper.ts
@@ -503,7 +503,7 @@ export class ChallengeListingPageHelper {
503
*/
504
static async verifyChallengesByChallengeTag() {
505
// const tagText = ConfigHelper.getChallengeDetail().challengeTag;
506
- const tagText = 'ReactJS';
+ const tagText = 'EdgeNet';
507
await this.waitForSubCommunity();
508
await ChallengeListingPageObject.challengeSearchBox.sendKeys(tagText);
509
await BrowserHelper.sleep(2000);
0 commit comments