Skip to content

CT-3223 | Standardise selectors in prep for Maestro#338

Open
eugenezhernakov wants to merge 1 commit into
masterfrom
CT-3223
Open

CT-3223 | Standardise selectors in prep for Maestro#338
eugenezhernakov wants to merge 1 commit into
masterfrom
CT-3223

Conversation

@eugenezhernakov

Copy link
Copy Markdown
Contributor
  • Use the same selectors across all our SDKs in prep for migrating tests to use Maestro framework

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
17 Security Hotspots
11.3% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

self.postcodeTextField.keyboardType = UIKeyboardTypeDefault;
self.postcodeTextField.accessibilityIdentifier = @"Post Code Field";
self.postcodeTextField.accessibilityIdentifier = @"post_code_field";
self.postcodeTextField.textContentType = UITextContentTypePostalCode;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just cosmetics, but I think postcode is usually one word (as I ask my friend AI, 'post code' is older/alternative form).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants