Skip to content
Snippets Groups Projects

Resolve #3447213 "Convert atk pw 1012 log"

2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -102,7 +102,7 @@ test.describe('User registration and login tasks.', () => {
// Log in with a ULI generated by Drupal.
//
test('(ATK-PW-1012) Log in via ULI. @ATK-PY-1012 @register-login @smoke', async ({ page, context }) => {
await atkCommands.logInViaUli(page, context, 1);
await atkCommands.logInViaUli(page, 1);
});
//
Loading