5472-user_passExpired #1594
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1594
Loading…
Reference in New Issue
No description provided.
Delete Branch "5472-user_passExpired"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -52,1 +52,3 @@
await page.waitToClick(selectors.claimSummary.firstSaleItemId);
const firstItem = selectors.claimSummary.firstSaleItemId;
await page.evaluate(selectors => {
document.querySelector(selectors).scrollIntoView();
Aço ho he tingut q ficar pq on tenia que fer click se quedava fora de la pantalla no li fea click.
@ -0,0 +28,4 @@
const oldPassword = 'nightmare';
const newPassword = 'newPass.1234';
describe('Bad login', async() => {
it('should receive an error when the password is expired', async() => {
cambiar te2e
d735f142a
Merge branch 'dev' into 5472-user_passExpired