From edb1bc14bd7c431f73a31633f7237587077818c3 Mon Sep 17 00:00:00 2001 From: thomasarivera Date: Mon, 29 Apr 2024 09:57:15 -1000 Subject: [PATCH] fixed testcafe --- app/tests/tests.testcafe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/tests.testcafe.js b/app/tests/tests.testcafe.js index 741ac2b..344487b 100644 --- a/app/tests/tests.testcafe.js +++ b/app/tests/tests.testcafe.js @@ -95,7 +95,7 @@ test('Test that User Home page works', async () => { await homePage.isDisplayed(); }); -test.only('Test that My Event page works', async () => { +test('Test that My Event page works', async () => { await navBar.gotoSignInPage(); await signInPage.signin(credentials.username, credentials.password); await navBar.isLoggedIn(credentials.username);