Removes Backbone.View and jQuery

This commit is contained in:
Josh Perez 2023-01-02 16:34:41 -05:00 committed by GitHub
parent 26d689982a
commit 5e6eeecede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 1113 additions and 7637 deletions

View file

@ -122,8 +122,7 @@ describe('storage service', function needsName() {
debug('Enter message text');
const composeArea = window.locator(
'.composition-area-wrapper, ' +
'.ConversationView__template .react-wrapper'
'.composition-area-wrapper, .conversation .ConversationView'
);
const input = composeArea.locator('_react=CompositionInput');

View file

@ -115,7 +115,7 @@ describe('storage service', function needsName() {
const leftPane = window.locator('.left-pane-wrapper');
const conversationView = window.locator(
'.ConversationView__template > .react-wrapper'
'.conversation > .ConversationView'
);
debug('sending two sticker pack links');