Skip to content

Commit 6aa4894

Browse files
committed
PR fixes 3
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
1 parent 30b2262 commit 6aa4894

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

Tests/NextcloudUITests/BaseUIXCTestCase.swift

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
//
2-
// Helpers.swift
3-
// NextcloudUITests
4-
//
5-
// Created by Milen Pivchev on 20.02.25.
6-
// Copyright © 2025 Marino Faggiana. All rights reserved.
7-
//
1+
// SPDX-FileCopyrightText: Nextcloud GmbH
2+
// SPDX-FileCopyrightText: 2025 Milen Pivchev
3+
// SPDX-License-Identifier: GPL-3.0-or-later
84

95
import Foundation
106
import XCTest
@@ -118,8 +114,6 @@ class BaseUIXCTestCase: XCTestCase {
118114
grantButton.tap()
119115
grantButton.awaitInexistence()
120116

121-
// Switch back from Safari to our app.
122-
app.activate()
123117
app.buttons["accountSwitcher"].await()
124118

125119
try await aSmallMoment()

iOSClient/Assistant/Components/AssistantLabelStyle.swift

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
//
2-
// AssistantLabelStyle.swift
3-
// Nextcloud
4-
//
5-
// Created by Milen Pivchev on 18.02.25.
6-
// Copyright © 2025 Marino Faggiana. All rights reserved.
7-
//
1+
// SPDX-FileCopyrightText: Nextcloud GmbH
2+
// SPDX-FileCopyrightText: 2025 Milen Pivchev
3+
// SPDX-License-Identifier: GPL-3.0-or-later
84

95
import SwiftUI
106

0 commit comments

Comments
 (0)