Skip to content

Commit 9ad91a0

Browse files
authored
test: add test for PR #500 (#523)
# Summary Added a regression test for PR #500 ## Test Plan ## Screenshots / Videos Include any visual proof that helps reviewers understand the change — UI updates, bug reproduction or the result of the fix. ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅❌ | | Android | ✅❌ | ## Checklist - [ ] E2E tests are passing - [ ] Required E2E tests have been added (if applicable)
1 parent 3652095 commit 9ad91a0

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
appId: swmansion.enriched.example
2+
tags:
3+
- ios-only
4+
---
5+
# PR #500 - fix: handling of zero-width space (ZWS) offset inside parser
6+
# Reproduces the bug from issue #419.
7+
- launchApp
8+
9+
- tapOn:
10+
id: "toggle-screen-button"
11+
12+
- runFlow:
13+
file: "../subflows/set_editor_value.yaml"
14+
env:
15+
VALUE: "<html><codeblock><p>Code</p><br><br><br></codeblock><h3>H3</h3></html>"
16+
17+
- tapOn:
18+
id: "size-max-button"
19+
20+
- runFlow:
21+
file: "../subflows/capture_or_assert_screenshot.yaml"
22+
env:
23+
SCREENSHOT_NAME: "codeblock_br_preservation"
11.5 KB
Loading

0 commit comments

Comments
 (0)