Skip to content

Conversation

mariasergeenko
Copy link
Contributor

No description provided.

selectTimezoneDropdown = Selector('[data-test-subj=select-timezone]');
getDateTimeOption = (option: string): Selector =>
Selector(`[data-test-subj^=date-option-${option}]`);
getZoneOption = (option: string): Selector =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move these 2 functions a bit below, below selectors? with getDateTimeOption

const memoryEfficiencyPage = new MemoryEfficiencyPage();
const databaseHelper = new DatabaseHelper();

fixture `Add keys`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename fixture please

@mariasergeenko mariasergeenko merged commit 9e570ba into feature/RI-5934-format-timestamps-across-entire-application Aug 27, 2024
2 of 4 checks passed
@mariasergeenko mariasergeenko deleted the e2e/feature/RI-5934-format-timestamps-across-entire-application branch August 27, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants