fix
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
describe('App', () => {
|
||||
beforeEach(() => {
|
||||
cy.visitBlankPage();
|
||||
cy.visit('/');
|
||||
cy.waitForSplashScreen();
|
||||
});
|
||||
|
||||
it('should render the app', () => {
|
||||
// dev: picking a random element that should display, in this case the 'File' menu dropdown
|
||||
// eslint-disable-next-line testing-library/prefer-screen-queries
|
||||
cy.findByText('File').should('exist');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user