Skip to content

Commit

Permalink
fix FT (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-sekhar authored Oct 15, 2024
1 parent 74a147d commit c21b622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/end-to-end/pages/C100-Rebuild/CheckYourAnswers.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = {
async checkAnswersAndPay() {
await this.checkYourAnswersAndPay();
await this.selectNoPCQOption();
await this.payByCard();
await this.applicationSubmitted();
//await this.payByCard();
//await this.applicationSubmitted();
}
};

0 comments on commit c21b622

Please sign in to comment.