Skip to content
Snippets Groups Projects
Unverified Commit 7e3ff1ad authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:white_check_mark: (vrt) improving stability - rules test (#3186)

parent e0d7233b
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ test.describe('Rules', () => { ...@@ -32,6 +32,7 @@ test.describe('Rules', () => {
}); });
test('creates a rule and makes sure it is applied when creating a transaction', async () => { test('creates a rule and makes sure it is applied when creating a transaction', async () => {
await rulesPage.searchFor('Fast Internet');
await rulesPage.createRule({ await rulesPage.createRule({
conditions: [ conditions: [
{ {
...@@ -48,7 +49,6 @@ test.describe('Rules', () => { ...@@ -48,7 +49,6 @@ test.describe('Rules', () => {
], ],
}); });
await rulesPage.searchFor('Fast Internet');
const rule = rulesPage.getNthRule(0); const rule = rulesPage.getNthRule(0);
await expect(rule.conditions).toHaveText(['payee is Fast Internet']); await expect(rule.conditions).toHaveText(['payee is Fast Internet']);
await expect(rule.actions).toHaveText(['set category to General']); await expect(rule.actions).toHaveText(['set category to General']);
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
---
category: Maintenance
authors: [MatissJanis]
---
Improve VRT test stability.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment