Skip to content

Commit

Permalink
specs updates for testrail mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Oct 30, 2023
1 parent 714b747 commit dc62b71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ it('C1765085: Billie Checkouting [Orders API]', () => {
it('C1765086: Billie Order Shipping, Refunding [Orders API]', () => {
cy.OrderShippingRefundingOrdersAPI()
})
it.skip('Pay with Klarna UK Checkouting [Orders API]', () => { //bug reported
it.skip('C1860460: Pay with Klarna UK Checkouting [Orders API]', () => { //bug reported
cy.visit('/en/order-history')
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
Expand All @@ -725,7 +725,7 @@ it.skip('Pay with Klarna UK Checkouting [Orders API]', () => { //bug reported
cy.get('[class="button form__button"]').click()
cy.get('#content-hook_order_confirmation > .card-block').should('be.visible')
});
it.skip('Pay with Klarna UK Order Shipping, Refunding [Orders API]', () => {
it.skip('C1860461: Pay with Klarna UK Order Shipping, Refunding [Orders API]', () => {
cy.OrderShippingRefundingOrdersAPI()
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ it('C339401: 66 Bank Transfer Checkouting [Payments API]', () => {
it('C339402: 67 Bank Transfer BO Refunding, Partial Refunding [Payments API]', () => {
cy.OrderRefundingPartialPaymentsAPI()
});
it.skip('Pay with Klarna UK Checkouting [Payments API]', () => { //bug reported
it.skip('C1860462: Pay with Klarna UK Checkouting [Payments API]', () => { //bug reported
cy.visit('/en/order-history')
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
Expand All @@ -535,7 +535,7 @@ it.skip('Pay with Klarna UK Checkouting [Payments API]', () => { //bug reported
cy.get('[class="button form__button"]').click()
cy.get('#content-hook_order_confirmation > .card-block').should('be.visible')
});
it.skip('Pay with Klarna UK Order BO Refunding, Partial Refunding [Payments API]', () => {
it.skip('C1860463: Pay with Klarna UK Order BO Refunding, Partial Refunding [Payments API]', () => {
cy.OrderRefundingPartialPaymentsAPI()
})
})
4 changes: 2 additions & 2 deletions cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ it('C1765085: Billie Checkouting [Orders API]', () => {
it('C1765086: Billie Order Shipping, Refunding [Orders API]', () => {
cy.OrderShippingRefundingOrdersAPI()
})
it.only('Pay with Klarna UK Checkouting [Orders API]', () => {
it('C1860460: Pay with Klarna UK Checkouting [Orders API]', () => {
cy.visit('/en/order-history')
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
Expand All @@ -705,7 +705,7 @@ it.only('Pay with Klarna UK Checkouting [Orders API]', () => {
cy.get('[class="button form__button"]').click()
cy.get('#content-hook_order_confirmation > .card-block').should('be.visible')
});
it.only('Pay with Klarna UK Order Shipping, Refunding [Orders API]', () => {
it('C1860461: Pay with Klarna UK Order Shipping, Refunding [Orders API]', () => {
cy.OrderShippingRefundingOrdersAPI()
})
})
4 changes: 2 additions & 2 deletions cypress/e2e/ps8/05_mollie.ps8.PaymentTestsPaymentsAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ it('C339401: 66 Bank Transfer Checkouting [Payments API]', () => {
it('C339402: 67 Bank Transfer BO Refunding, Partial Refunding [Payments API]', () => { // somehow an error in console is thrown, will check why
cy.OrderRefundingPartialPaymentsAPI()
})
it.skip('Pay with Klarna UK Checkouting [Payments API]', () => {
it.skip('C1860462: Pay with Klarna UK Checkouting [Payments API]', () => { //bug
cy.visit('/en/order-history')
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
Expand All @@ -523,7 +523,7 @@ it.skip('Pay with Klarna UK Checkouting [Payments API]', () => {
cy.get('[class="button form__button"]').click()
cy.get('#content-hook_order_confirmation > .card-block').should('be.visible')
});
it.skip('Pay with Klarna UK Order BO Refunding, Partial Refunding [Payments API]', () => {
it.skip('C1860463: Pay with Klarna UK Order BO Refunding, Partial Refunding [Payments API]', () => {
cy.OrderRefundingPartialPaymentsAPI()
})
})

0 comments on commit dc62b71

Please sign in to comment.