Skip to content

Commit

Permalink
Merge pull request #76 from edx/ent-4427-ecommerce-token-to-fix-401
Browse files Browse the repository at this point in the history
fix: preserve ecommerce tokens in test to avoid 401
  • Loading branch information
edx-abolger authored Apr 30, 2021
2 parents 1bb8b08 + bafdeaf commit 2f06fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('bulk code management tests', function () {
})

beforeEach(function () {
Cypress.Cookies.preserveOnce('edxloggedin', 'stage-edx-user-info', 'stage-edx-sessionid')
Cypress.Cookies.preserveOnce('edxloggedin', 'stage-edx-user-info', 'stage-edx-sessionid', 'ecommerce_csrftoken', 'ecommerce_sessionid')
cy.visit('/')
landingPage.goToEnterprise(Cypress.env('enterprise_name'))
landingPage.openCodeManagement()
Expand Down

0 comments on commit 2f06fbb

Please sign in to comment.