mirror of
https://github.com/IRPTeam/IRP.git
synced 2026-04-24 03:53:25 +02:00
e7782048c7
* add features * Update _0500PostingCashReciept.feature * refact smoke test * fix * fix features * fix * features refact
24 lines
678 B
Gherkin
24 lines
678 B
Gherkin
|
|
#language: en
|
|
|
|
@tree
|
|
@SmokeTest
|
|
|
|
|
|
Feature: Smoke tests - Charts of account - ListForm
|
|
# Configuration IRP
|
|
# Version: 2024.32.117
|
|
|
|
Background:
|
|
Given I launch TestClient opening script or connect the existing one
|
|
And I close all client application windows
|
|
|
|
Scenario: Opening the List form Charts of account "Account charts (Basic)" (Basic)
|
|
|
|
Given I open the list form of Chart of accounts "Basic"
|
|
If the warning is displayed then
|
|
Then I raise "The list form could not be opened Charts of account Basic" exception
|
|
If current form name is "ErrorWindow" Then
|
|
Then I raise "The list form could not be opened Charts of account Basic" exception
|
|
And I close current window
|