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

e2e: added tests for Stop button behaviour #311

Merged
merged 16 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d98575f
e2e/medium_priority_compare_tests: added tests for compare feature
irinakartun Dec 4, 2023
bfb097a
e2e/medium_priority_compare_tests: fixed like/dislike element visibil…
irinakartun Dec 4, 2023
829881e
Merge branch 'development' of github.com:epam/ai-dial-chat into e2e/m…
irinakartun Dec 4, 2023
fa6ed2d
Merge branch 'development' into e2e/medium_priority_compare_tests
IlyaBondar Dec 6, 2023
47eb699
Merge branch 'development' into e2e/medium_priority_compare_tests
irinakartun Dec 7, 2023
ffe0896
e2e/medium_priority_compare_tests: added index for chat message locator
irinakartun Dec 7, 2023
685c681
e2e/long_names_truncate_sidebar_search_tests: added tests to verify l…
irinakartun Dec 7, 2023
f5ab47c
Merge branch 'development' of github.com:epam/ai-dial-chat into e2e/l…
irinakartun Dec 11, 2023
d92bc11
e2e/errors_on_stop_button_tests: added tests for Stop button behaviour
irinakartun Dec 11, 2023
0298500
Merge branch 'development' of github.com:epam/ai-dial-chat into e2e/e…
irinakartun Dec 12, 2023
2871f1a
e2e/errors_on_stop_button_tests: updated test for collapse/expand fol…
irinakartun Dec 12, 2023
7af7df5
Merge branch 'development' of github.com:epam/ai-dial-chat into e2e/e…
irinakartun Dec 18, 2023
a49ccbb
Merge branch 'development' into e2e/errors_on_stop_button_tests
irinakartun Dec 18, 2023
11d76d8
Merge branch 'development' into e2e/errors_on_stop_button_tests
irinakartun Dec 20, 2023
5007d85
Merge branch 'development' into e2e/errors_on_stop_button_tests
irinakartun Dec 20, 2023
7c85556
Merge branch 'development' into e2e/errors_on_stop_button_tests
mikitabut Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions e2e/src/core/localStorageManager .ts

This file was deleted.

2 changes: 2 additions & 0 deletions e2e/src/testData/expectedConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export const ExpectedConstants = {
'This mode replicates user requests from the original conversation including settings set in each message.',
replayOldVersionWarning:
'Please note that some of your messages were created in older DIAL version. "Replay as is" could be working not as expected.',
regenerateResponseTooltip:
'Please regenerate response to continue working with chat',
};

export enum Groups {
Expand Down
7 changes: 7 additions & 0 deletions e2e/src/testData/expectedMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ export enum ExpectedMessages {
conversationIsNotVisible = 'Conversation is not visible in chat bar',
conversationsCountIsValid = 'Conversation4s count is valid',
folderIsVisible = 'Folder is visible in chat bar',
folderIsNotVisible = 'Folder is not visible in chat bar',
newFolderCreated = 'New folder is created',
folderCollapsed = 'Folder is collapsed',
folderExpanded = 'Folder is expanded',
folderCaretIsVisible = 'Folder caret is visible',
folderCaretIsNotVisible = 'Folder caret is not visible',
folderNameUpdated = 'Folder name is updated',
folderNameNotUpdated = 'Folder name is not updated',
folderDeleted = 'Folder is deleted',
Expand Down Expand Up @@ -81,6 +84,7 @@ export enum ExpectedMessages {
tooltipContentIsValid = 'Tooltip content is valid',
headerTitleCorrespondRequest = 'Chat header title correspond sent request',
headerTitleIsValid = 'Chat header title is valid',
headerTitleIsFullyVisible = 'Chat header title is fully visible on tooltip',
headerIconsCountIsValid = 'Chat header icons number is valid',
headerCleanConversationIconVisible = 'Chat header Clean Conversation icon is visible',
headerIconEntityIsValid = 'Chat header icon entity is valid',
Expand Down Expand Up @@ -170,4 +174,7 @@ export enum ExpectedMessages {
closeChatIconIsNotVisible = 'Close chat icon is not visible',
chatMessageIsRated = 'Chat message was rated',
entityNameIsTruncated = 'Entity name is truncated',
folderNameIsTruncated = 'Folder name is truncated in side panel',
chatNameIsTruncated = 'Chat name is truncated in side panel',
sendButtonCursorIsNotAllowed = 'Send button cursor is not allowed',
}
Loading
Loading