diff --git a/browsers.json b/browsers.json index 5715255fa5..ac21d351dd 100644 --- a/browsers.json +++ b/browsers.json @@ -13,7 +13,7 @@ }, { "name": "webkit", - "revision": "1324", + "revision": "1325", "download": true } ] diff --git a/test/screencast.spec.js b/test/screencast.spec.js index e4a58d4bde..25f7baf6e0 100644 --- a/test/screencast.spec.js +++ b/test/screencast.spec.js @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +require('./base.fixture'); const fs = require('fs'); const os = require('os');