Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a50bb63

Browse files
authored
Bug 1448020 - XCUITests Update History DB and test to use it (#3787)
1 parent e104a40 commit a50bb63

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

XCUITests/DatabaseFixtureTest.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DatabaseFixtureTest: BaseTestCase {
1818
}
1919

2020
func testHistoryDatabaseFixture() {
21-
let file = "testHistoryDatabase1500-browser.db"
21+
let file = "testHistoryDatabase4000-browser.db"
2222
let arg = LaunchArguments.LoadDatabasePrefix + file
2323
app.terminate()
2424
restart(app, args: [LaunchArguments.SkipIntro, LaunchArguments.SkipWhatsNew, arg])
-2.97 MB
Binary file not shown.
5.41 MB
Binary file not shown.

0 commit comments

Comments
 (0)