Skip to content

Commit

Permalink
test: Update ui tests and snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: mahendrapaipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 1, 2023
1 parent 3bd251c commit 7a5d369
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { expect, test } from '@jupyterlab/galata';

// Main Jupytext menu
const jupytextMenu = [
'File>New Text Notebook',
'Jupytext',
'Jupytext>Pair Notebook',
];
const jupytextMenu = ['File>New Text Notebook', 'File>Jupytext'];

test.describe('Jupytext Menu Tests', () => {
test.use({ autoGoto: false });
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const createNewMenuPaths = createTests.map((format) => {

const pairMenuPaths = pairTests.map((format) => {
return {
menuPath: `Jupytext>Pair Notebook>Pair Notebook with ${format.label}`,
menuPath: `File>Jupytext>Pair Notebook>Pair Notebook with ${format.label}`,
extension: format.extension,
};
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7a5d369

Please sign in to comment.