# Instructions

- Following Playwright test failed.
- Explain why, be concise, respect Playwright best practices.
- Provide a snippet of code with the fix, if possible.

# Test info

- Name: mfc-corporate-de.spec.ts >> other >> rte
- Location: visual/mfc-corporate-de.spec.ts:18:9

# Error details

```
Test timeout of 30000ms exceeded.
```

```
Error: expect(page).toHaveScreenshot(expected) failed

Timeout: 15000ms
  Timeout 15000ms exceeded.

  Snapshot: other-rte.png

Call log:
  - Expect "toHaveScreenshot(other-rte.png)" with timeout 15000ms
    - verifying given screenshot expectation
  - taking page screenshot
    - disabled all CSS animations
  - waiting for fonts to load...
  - fonts loaded
  - Timeout 15000ms exceeded.

```

```
Tearing down "context" exceeded the test timeout of 30000ms.
```