Skip to content

Commit

Permalink
Useless browser removed from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisBourre committed Aug 20, 2019
1 parent 41054e0 commit 1da6d03
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/hex/compiletime/flow/BasicStaticFlowCompilerTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1225,22 +1225,6 @@ class BasicStaticFlowCompilerTest
code.execute( { collection:[1, 2, 3] } );
Assert.deepEquals( [1,2,3,4,5,6], code.locator.result );
}

#if js
@Test( "test div selection" )
public function testDivSelection() : Void
{
if ( js.Browser.supported )
{
var code = BasicStaticFlowCompiler.compile( this._myApplicationAssembler, "context/flow/static/divSelection.flow", "MixedDslTest_testDivSelection" );
code.execute( { divName: '#console' } );
Assert.equals( code.locator.div1, code.locator.div2 );
Assert.isInstanceOf( code.locator.div1, js.html.DivElement );
Assert.isInstanceOf( code.locator.div2, js.html.DivElement );
}
}
#end


//Import
@Test( "test recursive empty import" )
Expand Down

0 comments on commit 1da6d03

Please sign in to comment.