Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhvi22 committed Jan 5, 2023
1 parent 2735793 commit f12056c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sampletests/trace/sample.js
@@ -1,4 +1,5 @@
describe('Sample test with traceable commands', function() {

before(browser => {
browser
.navigateTo('http://localhost');
Expand All @@ -11,4 +12,4 @@ describe('Sample test with traceable commands', function() {
});

after(browser => browser.end());
});
});

0 comments on commit f12056c

Please sign in to comment.