We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864d22c commit cd52ee9Copy full SHA for cd52ee9
1 file changed
test/e2e.test.ts
@@ -35,10 +35,6 @@ const window: any = {};
35
import { exampleData } from '../example-data';
36
fixture`Example page`.page(FRONTEND_URL);
37
38
-
39
-console.log('aaaa');
40
-console.dir(exampleData);
41
42
async function insertMessageToFirstUser(t: TestController, messageText: string) {
43
// click on the first user
44
const firstUserDiv = Selector('.user-with-last-message').nth(0);
0 commit comments