From 9a1defbeef61a79addec4f71e0363e0b0271a111 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 27 Nov 2022 21:19:31 +0100 Subject: [PATCH] fix: switch album id to demo instance --- ios/FintunesUITests/FintunesUITests.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/FintunesUITests/FintunesUITests.swift b/ios/FintunesUITests/FintunesUITests.swift index 040c664..7b19579 100644 --- a/ios/FintunesUITests/FintunesUITests.swift +++ b/ios/FintunesUITests/FintunesUITests.swift @@ -36,9 +36,9 @@ class FintunesUITests: XCTestCase { app.textFields["search-input"].tap(); app.textFields["search-input"].typeText("bicep"); snapshot("03SearchScreen"); - if app.otherElements["search-result-157a37e93a7aec945f8ea3107abb458a"].waitForExistence(timeout: 5) { - app.otherElements["search-result-157a37e93a7aec945f8ea3107abb458a"].tap(); - app.otherElements["search-result-157a37e93a7aec945f8ea3107abb458a"].tap(); + if app.otherElements["search-result-a644f8d23821601d2feb86ddae5e64f4"].waitForExistence(timeout: 5) { + app.otherElements["search-result-a644f8d23821601d2feb86ddae5e64f4"].tap(); + app.otherElements["search-result-a644f8d23821601d2feb86ddae5e64f4"].tap(); snapshot("02AlbumScreen"); } if app.otherElements["play-album"].waitForExistence(timeout: 5) {