Changeset 4178


Ignore:
Timestamp:
12/11/13 11:03:58 (10 years ago)
Author:
andmor
Message:

Fixed scenario breaking tests page in Firefox on lux servers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.site/site/test/e2e/scenarios.js

    r4164 r4178  
    33describe('SCHEMAcat', function() {
    44        describe('Routing scenario', function() {
     5
     6                afterEach(function() {
     7                                //load the default initial page
     8                                browser().navigateTo('/schemacat/site/index.html#/workspace/page/1/?schemaIndex=0');
     9                });
    510
    611                it('should jump to "/workspace/page/1/?schemaIndex=0" when loading <serverURL>/schemacat/site/', function() {
Note: See TracChangeset for help on using the changeset viewer.