Socket
Socket
Sign inDemoInstall

ember-cli-browser-navigation-button-test-helper

Package Overview
Dependencies
222
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

4

addon-test-support/index.js
import { addObserver } from '@ember/object/observers';
import Service from '@ember/service';
import { assert } from '@ember/debug';
import { getContext } from '@ember/test-helpers';
import { getContext, settled } from '@ember/test-helpers';

@@ -15,2 +15,3 @@ const pathIsSubstate = function(path) {

await history.goBack();
await settled();
return;

@@ -24,2 +25,3 @@ };

await history.goForward();
await settled();
return;

@@ -26,0 +28,0 @@ };

{
"name": "ember-cli-browser-navigation-button-test-helper",
"version": "0.1.0",
"version": "0.1.1",
"description": "Test helper to simulate browsers back and forward button in acceptance tests.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,2 +15,4 @@ # ember-cli-browser-navigation-button-test-helper

## Known limitations
Query params are not supported yet.
Support for old-style acceptance tests (before RFC #232 and #268) was dropped in `v0.1.0`. You could use `v0.0.5` if you need to support them, but this one does not support Ember 3.x.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc