mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Remove test data for develop pipeline
This commit is contained in:
parent
d5f7f524e1
commit
011a2f2bb6
2 changed files with 4 additions and 9 deletions
8
.github/workflows/develop.yml
vendored
8
.github/workflows/develop.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
|||
tool: 'jsperformanceentry'
|
||||
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||
fail-on-alert: false
|
||||
# Personal access token to deploy GitHub Pages branch
|
||||
comment-on-alert: true
|
||||
# Only temporary to monitor where failures occur
|
||||
alert-comment-cc-users: '@gsouquet'
|
||||
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
||||
# Push and deploy GitHub pages branch automatically
|
||||
auto-push: true
|
||||
# auto-push: ${{ github.ref == 'refs/heads/develop' }}
|
||||
auto-push: ${{ github.ref == 'refs/heads/develop' }}
|
||||
|
|
|
@ -1954,11 +1954,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
await Lifecycle.setLoggedIn(credentials);
|
||||
await this.postLoginSetup();
|
||||
|
||||
// artifically slowing down the registration
|
||||
await (new Promise((resolve) => {
|
||||
setTimeout(resolve, 1337);
|
||||
}));
|
||||
|
||||
PerformanceMonitor.instance.stop(PerformanceEntryNames.LOGIN);
|
||||
PerformanceMonitor.instance.stop(PerformanceEntryNames.REGISTER);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue