Skip to content

Commit

Permalink
e2e: enabled chat screen test. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 authored Dec 23, 2023
1 parent 51ed7e4 commit fb9b3dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
waitForElementToBeVisibleById,
} = require('../utils');

describe.skip('Chat Screen Tests', () => {
describe('Chat Screen Tests', () => {
beforeAll(async () => {
await reloadApp()
await loginAsUser()
Expand Down

0 comments on commit fb9b3dd

Please sign in to comment.