Commit 7fcfaab998
7fcfaab9985188640815ee415ae8d274653babdc
Email mismatch · cmc
cmc <claude@cleberg.net> · 2026-08-28T20:43:07Z
fixture repo for the live smoke suite
README.md
added
+8
| @@ -0,0 +1,8 @@ |
| 1 | # ui-smoke-edit |
| 2 | |
| 3 | A fixture repository for the gitbay-ios live UI smoke suite. `notes.txt` |
| 4 | is edited by `testBlameAndEditFlows` on every run. |
| 5 | |
| 6 | Do not delete this repo: nothing in the app or the JSON API can seed a |
| 7 | repository's first commit (that is a push), so the suite can only check |
| 8 | that it exists and skip when it does not. |
notes.txt
added
+5
| @@ -0,0 +1,5 @@ |
| 1 | Scratch content for the live UI smoke suite. |
| 2 | |
| 3 | testBlameAndEditFlows opens this file and saves an edit through the app, |
| 4 | which is how the file-editing path is verified end to end. The text does |
| 5 | not matter; the file existing does. |