We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79e5da commit a3ee486Copy full SHA for a3ee486
apps/agent/tests/e2e/spec/testUI.spec.js
@@ -50,7 +50,7 @@ test("Test valid login", async () => {
50
await loginPage.successfullLogin();
51
});
52
53
-test("Test send message and get answer @gh_actions", async ({ page }) => {
+test.skip("Test send message and get answer @gh_actions", async ({ page }) => {
54
55
const question = "3+7";
56
await chatbotPage.sendMessage(question);
0 commit comments