Skip to content

Commit

Permalink
#6769 - rename handlingCombinationOfCodeAndMagics (#6812)
Browse files Browse the repository at this point in the history
* #6769 rename test file

* #6769 change test path and notebook name
  • Loading branch information
wojciechowskim authored and scottdraves committed Feb 9, 2018
1 parent 659e7a6 commit 94fe2ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Tests for combination of code and magics', function () {

beforeAll(function () {
beakerxPO = new BeakerXPageObject();
beakerxPO.runNotebookByUrl('/notebooks/test/notebooks/groovy/handlingCombinationOfCodeAndMagics.ipynb');
beakerxPO.runNotebookByUrl('/notebooks/test/notebooks/groovy/codeAndMagicsTest.ipynb');
});

afterAll(function () {
Expand Down

0 comments on commit 94fe2ba

Please sign in to comment.