- 勤務時間は決まっていますか?
- メンバーの平均勤務時間帯は何時から何時ですか?
- リモートは可能ですか?
- 具体的にどのようなケースでリモートをしていますか?
- 使用するPCは選べる?Macは許容される?アプリケーションは自由に入れられる?
| signUpPage | |
| .typeEmail("") | |
| .typePassword("3i&wu,iu87n") | |
| .then { XCTAssertEqual(signUpPage.errorMessage, "Email can't be blank.") } |
| import UIKit | |
| /** | |
| `Accessible` provides the way to find the element by a consistent name | |
| in UI tests. | |
| `generateAccessibilityIdentifiers()` creates the identifier that forms | |
| the combination of the class name and the property name that is styled | |
| like "ClassName.propertyName" and sets it to `accessibilityIdentifier` | |
| to each property that is UIView. |