Skip to content

Commit

Permalink
Release 1.77.0 (#3549)
Browse files Browse the repository at this point in the history
* A couple test fixes

* Intl extract
  • Loading branch information
pfrazee authored Apr 14, 2024
1 parent 0b43d72 commit 4b69948
Show file tree
Hide file tree
Showing 22 changed files with 9,473 additions and 8,300 deletions.
4 changes: 2 additions & 2 deletions __e2e__/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {resolveConfig} from 'detox/internals'
import {execSync} from 'child_process'
import {resolveConfig} from 'detox/internals'
import http from 'http'

const platform = device.getPlatform()
Expand Down Expand Up @@ -52,7 +52,7 @@ export async function login(
if (await isVisible('chooseAccountForm')) {
await element(by.id('chooseNewAccountBtn')).tap()
}
await element(by.id('loginSelectServiceButton')).tap()
await element(by.id('selectServiceButton')).tap()
if (takeScreenshots) {
await device.takeScreenshot('2- opened service selector')
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/forms/HostingProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function HostingProvider({
onSelect={onSelectServiceUrl}
/>
<Button
testID="loginSelectServiceButton"
testID="selectServiceButton"
label={toNiceDomain(serviceUrl)}
accessibilityHint={_(msg`Press to change hosting provider`)}
variant="solid"
Expand Down
Loading

0 comments on commit 4b69948

Please sign in to comment.