Skip to content

Commit

Permalink
MOL-1280: Update cypress ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 15, 2024
1 parent 423597c commit de0bc2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Subscription', () => {
});

describe('Storefront + Administration', function () {
it('Purchase subscription after failed payment and verify data in Administration', () =>{
it('C2339889: Purchase subscription after failed payment and verify data in Administration', () =>{
configAction.setupPlugin(true, false, false, true);
configAction.updateProducts('', true, 3, 'weeks');

Expand Down Expand Up @@ -189,7 +189,7 @@ describe('Subscription', () => {
cy.contains(repoAdminSubscriptonDetails.getHistoryStatusToSelector(0), 'active', {matchCase: false});
cy.contains(repoAdminSubscriptonDetails.getHistoryCommentSelector(0), 'confirmed');
})

it('C4066: Purchase subscription and verify data in Administration', () => {

configAction.setupPlugin(true, false, false, true);
Expand Down

0 comments on commit de0bc2e

Please sign in to comment.