Skip to content

Commit cd52ee9

Browse files
committed
FIX
1 parent 864d22c commit cd52ee9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/e2e.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ const window: any = {};
3535
import { exampleData } from '../example-data';
3636
fixture`Example page`.page(FRONTEND_URL);
3737

38-
39-
console.log('aaaa');
40-
console.dir(exampleData);
41-
4238
async function insertMessageToFirstUser(t: TestController, messageText: string) {
4339
// click on the first user
4440
const firstUserDiv = Selector('.user-with-last-message').nth(0);

0 commit comments

Comments
 (0)