Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joosakur committed Feb 13, 2025
1 parent ac94766 commit c926f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export default class MessagesPage {
}

async deleteFirstThread() {
await this.receivedMessage.findByDataQa('delete-thread-btn').click()
await this.receivedMessage.findByDataQa('thread-menu').click()
await this.receivedMessage.findByDataQa('menu-item-archive').click()
}

async assertMessageContent(index: number, content: string) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export function ThreadList({
</TypeAndDate>
{}
<EllipsisMenu
data-qa="thread-menu"
items={[
...(onChangeFolder
? [
Expand Down

0 comments on commit c926f19

Please sign in to comment.