Skip to content

Commit 52eb115

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

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

Tests/NextcloudUITests/BaseUIXCTestCase.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ class BaseUIXCTestCase: XCTestCase {
118118
grantButton.tap()
119119
grantButton.awaitInexistence()
120120

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

125123
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)