Conversation
|
Size Change: +561 B (0%) Total Size: 1.4 MB
ℹ️ View Unchanged
|
packages/e2e-test-utils/src/index.js
Outdated
| } from './observe-focus-loss'; | ||
| export { openDocumentSettingsSidebar } from './open-document-settings-sidebar'; | ||
| export { openPublishPanel } from './open-publish-panel'; | ||
| export { |
There was a problem hiding this comment.
What's the motivation to make those utils part of the public API? Can they be located in the subfolder of packages/e2e-tests?
There was a problem hiding this comment.
🤔 No particular reasons, to be honest.
I'm not familiar with Guten's e2e, and just figured that utils are supposed to go in e2e-test-utils. 😅
As far as I can see, these utils are only relevant for the performance tests, so my first thought was to create a utils folder into packages/e2e-tests/specs/performance, but then I couldn't find any other "local utils".
There was a problem hiding this comment.
We can start with local utils in the top level next to specs 😄
You can also try inside specs/performance unless Jest picks them up as tests.
|
I'm not able to work on it ATM, so I'm just gonna close this PR for now. Feel free to reopen and proceed if there's a need, though! 🙂 |
Description
How has this been tested?
Screenshots
Types of changes
Checklist: