Skip to content

Commit 0eae2cd

Browse files
authored
Merge pull request #43 from davefranz/endpoint
updated server file name title and place holder text
2 parents b63df4a + 50cfc01 commit 0eae2cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/containers/LeftPanel/Endpoint/Endpoint.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ const Endpoint = ({ endpoint, index, dispatchToEndpointTestCase }) => {
4848

4949
<div id={styles.filesFlexBox}>
5050
<div id={styles.files}>
51-
<label htmlFor='endpointFile'>Server File Name</label>
51+
<label htmlFor='endpointFile'>Import Server From</label>
5252
<div id={styles.payloadFlexBox}>
5353
<input
5454
type='text'
55+
placeholder='File Name'
5556
id={styles.renderInputBox}
5657
value={endpoint.serverFile}
5758
onChange={handleChangeServerFileName}
@@ -103,7 +104,7 @@ const Endpoint = ({ endpoint, index, dispatchToEndpointTestCase }) => {
103104
<input
104105
type='text'
105106
name='expectedResponse'
106-
placeholder="body.yourKey or status"
107+
placeholder="body.key or status"
107108
onChange={e => handleChangeEndpointFields(e, 'expectedResponse')} />
108109
</div>
109110
</div>

0 commit comments

Comments
 (0)