Skip to content

Commit

Permalink
Merge pull request oasisprotocol#1786 from oasisprotocol/lw/reenable-…
Browse files Browse the repository at this point in the history
…transak-test

Re-enable Transak tests (merge when Transak is fixed)
  • Loading branch information
lukaw3d authored Dec 1, 2023
2 parents 165fe3d + 05d551b commit d37d499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/1786.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-enable Transak tests
2 changes: 1 addition & 1 deletion playwright/tests/extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test.describe('The extension popup should load', () => {
await expect(popup.getByText('error').or(popup.getByText('fail'))).toBeHidden()
})

test.skip('should allow embedded Transak widget', async ({ page, extensionPopupURL }) => {
test('should allow embedded Transak widget', async ({ page, extensionPopupURL }) => {
await expectNoErrorsInConsole(page, {
ignoreError: msg => {
// Odd errors inside Transak
Expand Down
2 changes: 1 addition & 1 deletion playwright/tests/fiat.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function setup(page: Page) {
await expect(page.getByRole('heading', { name: 'Buy ROSE' })).toBeVisible()
}

test.describe.skip('Fiat on-ramp', () => {
test.describe('Fiat on-ramp', () => {
test('Content-Security-Policy should allow embedded Transak widget', async ({ page }) => {
expect((await page.request.head('/')).headers()).toHaveProperty('content-security-policy')
await expectNoErrorsInConsole(page, {
Expand Down

0 comments on commit d37d499

Please sign in to comment.