Refactor e2e test code and reduce test timeout
The end-to-end tests have been refactored for clarity and maintainability. This includes changes in how the 'Billing' link is accessed, addition of comments and small coding improvements. Moreover, the test timeout has been reduced from 2 minutes to 1 for efficiency. Changes were also applied to the text content in locales file and minor fixes in component styling.
This commit is contained in:
@@ -17,7 +17,7 @@ export function LineItemDetails(
|
||||
}>,
|
||||
) {
|
||||
return (
|
||||
<div className={'flex flex-col space-y-1 px-1'}>
|
||||
<div className={'flex flex-col space-y-1'}>
|
||||
{props.lineItems.map((item) => {
|
||||
// If the item has a description, we render it as a simple text
|
||||
// and pass the item as values to the translation so we can use
|
||||
|
||||
Reference in New Issue
Block a user