Skip to content

Commit

Permalink
Bug 29071: Update dismiss alert end point to be consistent with rest …
Browse files Browse the repository at this point in the history
…of alert calls
  • Loading branch information
AutomatedTester committed Aug 24, 2015
1 parent e4a4270 commit 6146e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webdriver-spec.html
Expand Up @@ -727,7 +727,7 @@ <h3>List of Endpoints</h3>

<tr>
<td>POST</td>
<td>/session/{session id}/dismiss/alert</td>
<td>/session/{session id}/alert/dismiss</td>
<td><a>Dismiss Alert</a></td>
</tr>

Expand Down Expand Up @@ -5085,7 +5085,7 @@ <h4>dismiss()</h4>
</tr>
<tr>
<td>POST</td>
<td>/session/{session id}/dismiss/alert</td>
<td>/session/{session id}/alert/dismiss</td>
</tr>
</table>

Expand Down

0 comments on commit 6146e6c

Please sign in to comment.