Skip to content

Commit

Permalink
chore(respecDocWriter): use new save button id
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Feb 8, 2017
1 parent fc9b50e commit 9e33025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/respecDocWriter.js
Expand Up @@ -121,8 +121,8 @@ const tasks = {
.wait(function () {
return document.respecIsReady;
})
.wait("#respec-modal-save-snapshot")
.click("#respec-modal-save-snapshot")
.wait("#respec-button-save-snapshot")
.click("#respec-button-save-snapshot")
.wait(100)
.evaluate(function () {
var encodedText = document.querySelector("#respec-save-as-html").href;
Expand Down

0 comments on commit 9e33025

Please sign in to comment.