mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
chore: migrate eslint@6.6.0 (#227)
* chore: migrate to eslint6 * chore: migrate to eslint6
This commit is contained in:
committed by
GitHub
parent
2a2784ba39
commit
e6b53c0479
@@ -13,7 +13,9 @@ describe('/ (Verdaccio Page)', () => {
|
||||
};
|
||||
|
||||
const evaluateSignIn = async function() {
|
||||
const text = await page.evaluate(() => document.querySelector('button[data-testid="header--button-login"]').textContent);
|
||||
const text = await page.evaluate(
|
||||
() => document.querySelector('button[data-testid="header--button-login"]').textContent
|
||||
);
|
||||
|
||||
expect(text).toMatch('Login');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user