You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,7 +112,7 @@ async function assertIsOnlyVisibleInStates(
112
112
}
113
113
114
114
asyncfunctionassertRouteIsCalled(
115
-
page: page,
115
+
page: Page,
116
116
url: string,
117
117
key: string,
118
118
action: string,
@@ -387,7 +387,7 @@ test('Assert "Vote" button is visible to admin/non-admin voter user', async ({ p
387
387
page.getByRole('button',{name: i18n.t('vote'),exact: true}),// by default name is not matched exactly which returns both the "Vote" and the "Add voters" button
0 commit comments