We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f453e commit 0b857c0Copy full SHA for 0b857c0
test/e2e/tests/update-modal/update-modal.spec.ts
@@ -7,7 +7,7 @@ import UpdateModal from '../../page-objects/pages/dialog/update-modal';
7
import { loginWithBalanceValidation } from '../../page-objects/flows/login.flow';
8
import { version } from '../../../../package.json';
9
10
-describe('Update modal', function (this: Suite) {
+describe('Update modal test', function (this: Suite) {
11
it('should not be shown by default', async function () {
12
await withFixtures(
13
{
0 commit comments