corrected a typo

This commit is contained in:
Carlos Jimenez Ruiz 2022-06-16 14:53:35 +02:00
parent 5dd91a0be9
commit 869c9caf98
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import selectors from '../../helpers/selectors';
import getBrowser from '../../helpers/puppeteer';
describe('Client Edit web access path', () => {
panding('#4170 e2e account descriptor');
pending('#4170 e2e account descriptor');
let browser;
let page;
beforeAll(async() => {