-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix for Issue 158 #159
base: main
Are you sure you want to change the base?
Fix for Issue 158 #159
Conversation
✅ Deploy Preview for dainty-scone-61e301 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Oh wait, you last three PRs are related to same feature but unfortunately, these seemed a bit out of our plans for now.
Let me know others thought on this and then we can proceed to approval |
Changes
ConcernGoogle Forms' won't allow embedded link if there is a file upload present. |
Additions
python
andselenium
.python
installed andselenium
. It can be installed withpip install selenium
Test checks
Test functions include :
def test_title_input_updates_preview(driver)
: It checks if the user inputed title is getting added to the form and also visible in the preview button.def test_content_input_updates_preview(driver)
: It checks if the user inputed content of the blog is read by the form and also visible to the user when the preview button is pressed.def test_image_upload_and_preview(driver)
: It checks if the file upload for the blog cover works, that is if the image is getting loaded in the form or not.def test_preview_toggle(driver)
: This case checks if the preview button is working or not.