Twitterページに移動するためのリンクをテストしようとしています。これは可能ですか?
index.html
<a class="navbar-brand" href="https://twitter.com/foo">@foo</a>
カルマ-e2e.conf.js
proxies : {
'/': 'http://localhost:8000/',
'/twitter/': 'https://twitter.com/'
},
シナリオ.js
it('should redirect to twitter page when link is clicked', function() {
element('.navbar a').click();
expect(browser().location().url()).toBe('/twitter/foo');
});
エラー
Uncaught SecurityError: Blocked a frame with origin "http://localhost:9877" from accessing a cross-origin frame.
at /foobar/node_modules/karma-ng-scenario/lib/adapter.js:43