Skip to content

Instantly share code, notes, and snippets.

View ngtk's full-sized avatar
🕺
Being dancing to AI's tune

Kento Nagata ngtk

🕺
Being dancing to AI's tune
View GitHub Profile
signUpPage
.typeEmail("")
.typePassword("3i&wu,iu87n")
.then { XCTAssertEqual(signUpPage.errorMessage, "Email can't be blank.") }
@ngtk
ngtk / Accessible.swift
Created May 15, 2019 09:12
`Accessible` provides the way to find the element by a consistent name in UI tests.
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.
@ngtk
ngtk / talking_points_when_visiting_companies.md
Last active June 20, 2021 06:29
話を聞きに行くときに訊くこと

話を聞きに行くときに訊くこと

働き方

  • 勤務時間は決まっていますか?
  • メンバーの平均勤務時間帯は何時から何時ですか?
  • リモートは可能ですか?
  • 具体的にどのようなケースでリモートをしていますか?

開発環境

  • 使用するPCは選べる?Macは許容される?アプリケーションは自由に入れられる?