[PR #3790] [MERGED] Fix tests #3954

Closed
opened 2026-02-27 01:54:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3790
Author: @zxdong262
Created: 2/3/2025
Status: Merged
Merged: 2/3/2025
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (10+)

📊 Changes

12 files changed (+173 additions, -94 deletions)

View changed files

📝 src/client/common/resolve.js (+16 -22)
📝 src/client/components/sftp/file-item.jsx (+16 -14)
📝 src/client/components/sftp/list-table-ui.jsx (+6 -4)
📝 src/client/components/sftp/sftp-entry.jsx (+11 -9)
📝 src/client/components/shortcuts/shortcut-control.jsx (+1 -1)
📝 src/client/store/common.js (+6 -4)
📝 src/client/store/init-state.js (+1 -1)
📝 test/e2e/005.1.tab-context.spec.js (+1 -1)
📝 test/e2e/0091.file-info-modal.spec.js (+2 -2)
📝 test/e2e/0102.sftp-transfer.spec.js (+23 -21)
📝 test/e2e/019.basic.file-manager.spec.js (+15 -15)
test/unit/resolve.spec.js (+75 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/3790 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (10+) - [`57e30ad`](https://github.com/electerm/electerm/commit/57e30ad089ff887414a08bcda6874b6780b1bdf4) [skip build] - [`8021080`](https://github.com/electerm/electerm/commit/802108017990537ec3bf40a5cbb34c21a8fa4262) [skip build]1 - [`41bd5c3`](https://github.com/electerm/electerm/commit/41bd5c3f25335b22a2523b3dff681b185c2eda77) Fix tests [skip build] - [`ce2d3eb`](https://github.com/electerm/electerm/commit/ce2d3eb87298c960d121645eb1a7b88a012c32d4) [skip build] 2 - [`c5af946`](https://github.com/electerm/electerm/commit/c5af946094a1a9343397eceb4165a455817a9f1c) [skip build]3 - [`92e6d88`](https://github.com/electerm/electerm/commit/92e6d88893c9064da6d726235271a0bc905f409d) [skip build] 41 - [`9f02e24`](https://github.com/electerm/electerm/commit/9f02e244d6264c5701849a90e6d60d4b6806bc91) [skip build]6 - [`834e7aa`](https://github.com/electerm/electerm/commit/834e7aa8aa23ded2aff69ffc371450db54ef2cdd) [skip build]7 - [`9ad854b`](https://github.com/electerm/electerm/commit/9ad854bfbeffeff52386138ef2b2f47ba299288c) [skip build]9 - [`c6c5fcf`](https://github.com/electerm/electerm/commit/c6c5fcf8ac20e8597e61ca1f6b86fdb78fee9145) [skip build] 678 ### 📊 Changes **12 files changed** (+173 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `src/client/common/resolve.js` (+16 -22) 📝 `src/client/components/sftp/file-item.jsx` (+16 -14) 📝 `src/client/components/sftp/list-table-ui.jsx` (+6 -4) 📝 `src/client/components/sftp/sftp-entry.jsx` (+11 -9) 📝 `src/client/components/shortcuts/shortcut-control.jsx` (+1 -1) 📝 `src/client/store/common.js` (+6 -4) 📝 `src/client/store/init-state.js` (+1 -1) 📝 `test/e2e/005.1.tab-context.spec.js` (+1 -1) 📝 `test/e2e/0091.file-info-modal.spec.js` (+2 -2) 📝 `test/e2e/0102.sftp-transfer.spec.js` (+23 -21) 📝 `test/e2e/019.basic.file-manager.spec.js` (+15 -15) ➕ `test/unit/resolve.spec.js` (+75 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3954
No description provided.