diff --git a/test/sampletests/trace/sample.js b/test/sampletests/trace/sample.js index 3e5d714cd6..76d3a556d9 100644 --- a/test/sampletests/trace/sample.js +++ b/test/sampletests/trace/sample.js @@ -1,4 +1,5 @@ describe('Sample test with traceable commands', function() { + before(browser => { browser .navigateTo('http://localhost'); @@ -11,4 +12,4 @@ describe('Sample test with traceable commands', function() { }); after(browser => browser.end()); -}); \ No newline at end of file +});