-
Notifications
You must be signed in to change notification settings - Fork 326
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
Edit text for "delete asset" modal #11857
Conversation
🧪 Storybook is successfully deployed!📊 Dashboard:
|
d166e01
to
d00282a
Compare
@somebody1234 1. |
@somebody1234 is it ready for QA? the |
@PabloBuchu nice catch... thanks. should be fixed now |
@@ -54,3 +55,36 @@ test('delete and restore (keyboard)', ({ page }) => | |||
.driveTable.withRows(async (rows) => { | |||
await expect(rows).toHaveCount(1) | |||
})) | |||
|
|||
test('clear trash', ({ page }) => | |||
mockAllAndLogin({ page }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can just setup the folders/projects using setupAPI
here? This is faster and creating assets already tested in the other tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgor! nice catch
Pull Request Description
Important Notes
None
Testing Instructions
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
The documentation has been updated, if necessary.Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
or the Snowflake database integration, a run of the Extra Tests has been scheduled.~~~
If applicable, it is suggested to paste a link to a successful run of the Extra Tests.