Skip to content

Commit

Permalink
Merge pull request #75 from acsalu/change-button-title
Browse files Browse the repository at this point in the history
Change 'consult' button label in home screen.
  • Loading branch information
acsalu committed Dec 15, 2015
2 parents 548ec6e + 63cfab6 commit 29a52f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Emome/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<constraint firstAttribute="width" constant="180" id="cOT-ac-CdB"/>
<constraint firstAttribute="height" constant="35" id="ep6-Ta-MbR"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="18"/>
<state key="normal" title="express">
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
<state key="normal" title="consult">
<color key="titleColor" red="0.99607843137254903" green="0.99607843137254903" blue="0.99607843137254903" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
Expand All @@ -39,7 +39,7 @@
<rect key="frame" x="98" y="392" width="180" height="35"/>
<animations/>
<color key="backgroundColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="18"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
<state key="normal" title="suggest">
<color key="titleColor" red="0.99607843137254903" green="0.99607843137254903" blue="0.99607843137254903" alpha="1" colorSpace="calibratedRGB"/>
</state>
Expand All @@ -51,7 +51,7 @@
<rect key="frame" x="98" y="441" width="180" height="35"/>
<animations/>
<color key="backgroundColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="18"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
<state key="normal" title="me">
<color key="titleColor" red="0.99607843137254903" green="0.99607843137254903" blue="0.99607843137254903" alpha="1" colorSpace="calibratedRGB"/>
</state>
Expand Down
2 changes: 1 addition & 1 deletion Emome/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
4 changes: 2 additions & 2 deletions EmomeUITests/EmomeUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EmomeUITests: XCTestCase {

let app = XCUIApplication()

XCTAssert(app.buttons["express"].exists)
XCTAssert(app.buttons["consult"].exists)
XCTAssert(app.buttons["suggest"].exists)
XCTAssert(app.buttons["me"].exists)
}
Expand All @@ -41,7 +41,7 @@ class EmomeUITests: XCTestCase {

let app = XCUIApplication()

app.buttons["express"].tap()
app.buttons["consult"].tap()

XCTAssert(app.buttons["sad"].exists)
XCTAssert(app.buttons["frustrated"].exists)
Expand Down

0 comments on commit 29a52f9

Please sign in to comment.