Skip to content

Commit

Permalink
Disable e2e test for embedded Transak
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 31, 2024
1 parent 082a872 commit fa2db40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playwright/tests/extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ test.describe('The extension popup should load', () => {
await expect(popup.getByText('error').or(popup.getByText('fail'))).toBeHidden()
})

test('should allow embedded Transak widget', async ({ page, extensionPopupURL }) => {
/**
* Skip test: Extension should still be able to show embedded Transak, but
* we link to it instead because closing the popup lost all progress.
*/
test.skip('should allow embedded Transak widget', async ({ page, extensionPopupURL }) => {
await expectNoErrorsInConsole(page, {
ignoreError: msg => {
// Odd errors inside Transak
Expand Down

0 comments on commit fa2db40

Please sign in to comment.