1
0
mirror of git://jb55.com/damus synced 2024-10-01 17:30:44 +00:00

tests: disable snapshot tests for now

Until they are working on macos and xcode cloud
This commit is contained in:
William Casarin 2023-11-13 16:19:54 -08:00
parent eaaf802157
commit 41c76d9de0
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,7 @@ final class EventViewTests: XCTestCase {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
/*
func testBasicEventViewLayout() {
let test_mock_damus_state = generate_test_damus_state(
mock_profile_info: [
@ -43,4 +44,5 @@ final class EventViewTests: XCTestCase {
// Run snapshot check
assertSnapshot(matching: hostView, as: .image(on: .iPhone13(.portrait)))
}
*/
}

View File

@ -21,6 +21,7 @@ final class PostViewTests: XCTestCase {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
/*
func testTextWrapperViewWillWrapText() {
// Setup test variables to be passed into the TextViewWrapper
let tagModel: TagModel = TagModel()
@ -44,6 +45,7 @@ final class PostViewTests: XCTestCase {
// Run snapshot check
assertSnapshot(matching: hostView, as: .image(on: .iPhoneSe(.portrait)))
}
*/
/// Based on https://github.com/damus-io/damus/issues/1375
/// Tests whether the editor properly handles mention links after they have been added, to avoid manual editing of attributed links