Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fat 5436 #1104

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5f0b43e
added cy.wrap
TetianaParanich Apr 13, 2023
8e94ee6
fixed linter issue
TetianaParanich Apr 18, 2023
d694825
changed rules
TetianaParanich Apr 18, 2023
3f4e64a
added rules
TetianaParanich Apr 18, 2023
c5d35ed
changed circulation rules
TetianaParanich Apr 19, 2023
6a9bbc6
added cy.wrap
TetianaParanich Apr 19, 2023
0d2eb92
addad cy.wait
TetianaParanich Apr 19, 2023
613374c
commented 285-307
TetianaParanich Apr 19, 2023
3b72746
deleted this
TetianaParanich Apr 19, 2023
6367d32
changed fill request function
TetianaParanich Apr 19, 2023
9b6a818
uncommented code
TetianaParanich Apr 20, 2023
dab450e
deleted waiters
TetianaParanich Apr 20, 2023
543c588
Merge branch 'master' of https://github.com/folio-org/stripes-testing…
TetianaParanich Apr 20, 2023
d0d6a5d
Merge branch 'master' of https://github.com/folio-org/stripes-testing…
TetianaParanich Apr 20, 2023
61e20fe
commented 293-304
TetianaParanich Apr 22, 2023
def64dd
commented 287-304
TetianaParanich Apr 22, 2023
5ba4e5b
commented 284-304
TetianaParanich Apr 22, 2023
9c12ee1
fixed function
TetianaParanich Apr 22, 2023
4176d3f
Merge branch 'master' of https://github.com/folio-org/stripes-testing…
TetianaParanich Apr 24, 2023
4a37bae
renamed function
TetianaParanich Apr 24, 2023
0a0939b
Merge branch 'master' of https://github.com/folio-org/stripes-testing…
TetianaParanich May 1, 2023
b598a20
uncommented code
TetianaParanich May 1, 2023
5c64e66
Merge branch 'master' of https://github.com/folio-org/stripes-testing…
TetianaParanich May 2, 2023
183624c
Merge branch 'master' of https://github.com/folio-org/stripes-testing…
TetianaParanich Jul 31, 2023
680b5a9
commented after block
TetianaParanich Jul 31, 2023
1085c4c
added waiter
TetianaParanich Jul 31, 2023
399ec33
changed method selected user
TetianaParanich Jul 31, 2023
4c37cc6
changed method
TetianaParanich Jul 31, 2023
28313e5
fixed method select user
TetianaParanich Jul 31, 2023
c1892e5
added waiters
TetianaParanich Jul 31, 2023
827b63e
commented 268-332
TetianaParanich Aug 1, 2023
bb9fef1
created new method for open accordion
TetianaParanich Aug 2, 2023
681dc22
commented 266-303
TetianaParanich Aug 2, 2023
de8175f
commented 274-303
TetianaParanich Aug 2, 2023
5a3ac47
adde waiters
TetianaParanich Aug 2, 2023
81f5461
added true
TetianaParanich Aug 2, 2023
8a82d39
commented 269-305
TetianaParanich Aug 2, 2023
5b19c1d
uncommented 272-277
TetianaParanich Aug 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/e2e/inventory/assign-preceding-title.cy.js
Expand Up @@ -9,7 +9,7 @@ import TestTypes from '../../support/dictionary/testTypes';
import DevTeams from '../../support/dictionary/devTeams';
import { INSTANCE_SOURCE_NAMES } from '../../support/constants';

describe('ui-inventory: Assign a Preceding title for an instance', () => {
describe('inventory', () => {
const instanceIds = [];
const instanceTitle = `autoTestInstanceTitle ${Helper.getRandomBarcode()}`;
const instanceTitle2 = `autoTestInstanceTitle ${Helper.getRandomBarcode()}`;
Expand Down
Expand Up @@ -20,7 +20,7 @@ import ItemRecordView from '../../support/fragments/inventory/item/itemRecordVie
import ItemRecordEdit from '../../support/fragments/inventory/item/itemRecordEdit';
import CheckInActions from '../../support/fragments/check-in-actions/checkInActions';
import SwitchServicePoint from '../../support/fragments/servicePoint/switchServicePoint';
import ConfirmItemInModal from '../../support/fragments/check-in-actions/confirmItemInModal';
import CheckInModals from '../../support/fragments/check-in-actions/checkInModals';
import Users from '../../support/fragments/users/users';
import ServicePoint from '../../support/fragments/servicePoint/servicePoint';
import ItemActions from '../../support/fragments/inventory/inventoryItem/itemActions';
Expand Down Expand Up @@ -177,7 +177,7 @@ describe('orders: Receive piece from Order', () => {
SwitchServicePoint.switchServicePoint(secondServicePoint.name);
cy.visit(TopMenu.checkInPath);
CheckInActions.checkInItem(barcode);
ConfirmItemInModal.confirmInTransitModal();
CheckInModals.confirmInTransit();
cy.visit(TopMenu.inventoryPath);
InventorySearchAndFilter.switchToItem();
InventorySearchAndFilter.searchByParameter('Keyword (title, contributor, identifier, HRID, UUID)', instanceTitle);
Expand Down
Expand Up @@ -7,7 +7,7 @@ import NewMaterialType from '../../support/fragments/settings/inventory/newMater
import Users from '../../support/fragments/users/users';
import DevTeams from '../../support/dictionary/devTeams';

describe('ui-inventory: Create, edit, delete material types', () => {
describe('inventory', () => {
let userId;
const materialTypeName = `autoTestMaterialType.${getRandomPostfix()}`;
const newMaterialTypeName = `autoTestMaterialType.${getRandomPostfix()}`;
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/inventory/create-fast-add-record.cy.js
Expand Up @@ -15,7 +15,7 @@ import InventoryInstance from '../../support/fragments/inventory/inventoryInstan
import FastAdd from '../../support/fragments/settings/inventory/instance-holdings-item/fastAdd';
import { INSTANCE_STATUS_TERM_NAMES } from '../../support/constants';

describe('ui-inventory: Create fast add record', () => {
describe('inventory', () => {
const timeStamp = {
start: null,
end: null,
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/inventory/create-instance-with-add-new.cy.js
Expand Up @@ -7,7 +7,7 @@ import { MultiColumnListCell } from '../../../interactors';
import DevTeams from '../../support/dictionary/devTeams';
import InventoryInstance from '../../support/fragments/inventory/inventoryInstance';

describe('ui-inventory: Create new instance with add "New"', () => {
describe('inventory', () => {
const instanceTitle = `autoTestInstanceTitle ${Helper.getRandomBarcode()}`;

before('navigate to Inventory', () => {
Expand Down
Expand Up @@ -9,7 +9,7 @@ import TopMenu from '../../support/fragments/topMenu';
import DevTeams from '../../support/dictionary/devTeams';
import { INSTANCE_SOURCE_NAMES } from '../../support/constants';

describe('ui-inventory: Enter different type of identifiers', () => {
describe('inventory', () => {
let instanceTitle;
let instanceId;
let resourceIdentifier;
Expand Down
Expand Up @@ -19,7 +19,7 @@ const holdingId = uuid();
const title = `Filter items with status test ${Number(new Date())}`;
let source;

describe('ui-inventory: items with status', () => {
describe('inventory', () => {
before('create inventory instance', () => {
cy.createTempUser([
permissions.inventoryAll.gui,
Expand Down
Expand Up @@ -11,7 +11,7 @@ import Helper from '../../../support/fragments/finance/financeHelper';
import DevTeams from '../../../support/dictionary/devTeams';
import { INSTANCE_SOURCE_NAMES, LOCATION_NAMES } from '../../../support/constants';

describe('ui-inventory: Create a Holdings record as another user than the one that created the Instance', () => {
describe('inventory', () => {
let firstUser;
let secondUser;
const instanceTitle = `autoTestInstanceTitle ${Helper.getRandomBarcode()}`;
Expand Down