mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
/// <reference types="cypress" />
|
|
|
|
export class Toasts {
|
|
// selectors
|
|
toastTitle = '.gdd-toaster-title';
|
|
toastMessage = '.gdd-toaster-body';
|
|
} |