Skip to content

Commit

Permalink
WIP working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalgds committed Jun 10, 2024
1 parent e25c611 commit 1fffad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/card-details.ft.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const gatewayAccount = {

let mockServer

describe('Enter card details page tests', function () {
describe.only('Enter card details page tests', function () {
const localServer = process.env.CONNECTOR_HOST

const connectorChargePath = '/v1/frontend/charges/'
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('Enter card details page tests', function () {
logger.level = 'none'
})

describe('The /card_details/charge_id endpoint', function () {
describe.only('The /card_details/charge_id endpoint', function () {
it('It should show card details page if charge status is in "ENTERING CARD DETAILS" state', function (done) {
const cookieValue = cookie.create(chargeId)
nock(process.env.CONNECTOR_HOST)
Expand Down

0 comments on commit 1fffad2

Please sign in to comment.