Skip to content

Commit 4ae5216

Browse files
Copilotz0gSh1u
andauthored
Remove unstable loadingView test and ignore package-lock.json (#2)
* Initial plan * Remove unstable loadingView test case and exclude package-lock.json Co-authored-by: z0gSh1u <30524126+z0gSh1u@users.noreply.github.com> * Update .gitignore --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: z0gSh1u <30524126+z0gSh1u@users.noreply.github.com> Co-authored-by: ZHUO Xu <zx.cs@qq.com>
1 parent c4a7270 commit 4ae5216

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/e2e/electron-windows.e2e.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ test.describe('test/e2e/electron-windows.e2e.test.js', () => {
2626
electronApp = await electron.launch({ args: ['start.js'], cwd: path.join(__dirname, '../..') });
2727
});
2828

29-
test('loadingView option is working', async () => {
30-
const window = await electronApp.firstWindow();
31-
32-
expect(await window.title()).toBe('Loading');
33-
expect(window.url()).toMatch(/renderer\/loading\.html$/);
34-
});
35-
3629
test('new window can be correctly created', async () => {
3730
await wait();
3831
const window = await electronApp.firstWindow();

0 commit comments

Comments
 (0)