Skip to content

Commit

Permalink
try random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Mar 26, 2024
1 parent 23e296a commit a91830e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ui_tests_legacy_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
workflow_dispatch:
# schedule:
# - cron: '0 4 * * *' # run at 4 AM UTC
push:
branches:
- "kieran/ui-test-workflows"

jobs:
create-notarized-app:
Expand Down
2 changes: 1 addition & 1 deletion UITests/FindInPageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private extension FindInPageTests {
let loremIpsumData = Data(loremIpsumHTML.utf8)

do {
try loremIpsumData.write(to: loremIpsumFileURL, options: [])
try loremIpsumData.write(to: loremIpsumFileURL, options: [.noFileProtection ])
} catch {
XCTFail("It wasn't possible to write out the required local HTML file for the tests: \(error.localizedDescription)")
}
Expand Down

0 comments on commit a91830e

Please sign in to comment.