diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-21 09:38:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-21 09:38:26 +0200 |
commit | 2e03d65032378bccf7d4fc47d4410ace67073022 (patch) | |
tree | 78abc2569e11805455607663cafd3c53510c58ec /client/src | |
parent | 2170f1db6ee40531f9d08b711d8b7b00254c0031 (diff) | |
download | PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.gz PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.zst PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.zip |
Fix E2E tests
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html index 8af1687e6..95b6628f6 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html | |||
@@ -79,7 +79,7 @@ | |||
79 | <div class="submit-container"> | 79 | <div class="submit-container"> |
80 | <div i18n *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div> | 80 | <div i18n *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div> |
81 | 81 | ||
82 | <my-button className="orange-button" i18n-label label="Publish" icon="circle-tick" | 82 | <my-button className="submit-button orange-button" i18n-label label="Publish" icon="circle-tick" |
83 | (click)="updateSecondStep()" (keydown.enter)="updateSecondStep()" | 83 | (click)="updateSecondStep()" (keydown.enter)="updateSecondStep()" |
84 | [disabled]="isPublishingButtonDisabled()" | 84 | [disabled]="isPublishingButtonDisabled()" |
85 | ></my-button> | 85 | ></my-button> |