File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
generators/app/templates/test/functional Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Browser.localhost(mockServer, 9000);
4141
4242describe ( 'User visits addin' , function ( ) {
4343
44- const browser = new Browser ( ) ;
44+ const browser = new Browser ( { runScripts : false } ) ;
4545
4646 // to enable zombie debugging, uncomment this line
4747 // browser.debug();
@@ -76,7 +76,7 @@ describe('User visits addin', function () {
7676
7777 describe ( 'Show addin content after initialized and focus is called' , function ( ) {
7878 it ( 'should display date select control' , function ( ) {
79- browser . assert . style ( '#<%= root %>:not(.hidden) ' , 'display' , '' ) ;
79+ browser . assert . style ( '#<%= root %>' , 'display' , '' ) ;
8080 } ) ;
8181 } ) ;
8282
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-addin" ,
3- "version" : " 0.1.10 " ,
3+ "version" : " 0.1.11 " ,
44 "description" : " MyGeotab/Geotab Drive add-in generator" ,
55 "homepage" : " https://github.com/geotab/generator-addin" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments