Skip to content

Commit

Permalink
Merge pull request #1069 from necyberteam/md-dev
Browse files Browse the repository at this point in the history
Md dev
  • Loading branch information
a-pasquale authored Jan 22, 2024
2 parents eda721b + b231a19 commit d6edabb
Show file tree
Hide file tree
Showing 24 changed files with 872 additions and 22 deletions.
1 change: 1 addition & 0 deletions blt/md/md-1831
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
amp_cyberinfrastructure_org
290 changes: 286 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Feature: Feature: test an Affinity Group page
# this CI link is created by amp_dev.install
When I fill in "Display CI Links on your Affinity Group" with "ci-link-for-user-200"
And I wait 1 seconds
And I fill in "Slug" with "access-support"
When I press "Save"
And I wait 2 seconds
Then I should see "Affinity Group ACCESS Support has been updated."
Expand All @@ -55,11 +56,11 @@ Feature: Feature: test an Affinity Group page
Then I should see the ".affinity-group-buttons .btn.disabled" button is disabled
Then link "Slack" should contain "https://campuschampions.slack.com"
Then link "Q&A" should contain "https://ask.cyberinfrastructure.org/c/cloud-computing/66"
Then link "Email" should contain "mailto:j_fossot@uncg.edu"
Then link "Email" should contain "mailto:jfossot@ncsu.edu"
Then I should see "Coordinators"
When I follow "Jacob Fosso Tande"
Then I should be on "/community-persona/952"
Then I should see "Cloud Computing"
Then I should be on "/community-persona/5620"
Then I should see "research-facilitation"
Then I should see "Affinity Groups"
When I am on "/affinity-groups/cloud-computing"
Then link "How is storage performance for high I/O HPC jobs affected by running in the cloud?" should contain "https://ask.cyberinfrastructure.org/t/how-is-storage-performance-for-high-i-o-hpc-jobs-affected-by-running-in-the-cloud/797"
Expand Down Expand Up @@ -151,7 +152,7 @@ Feature: Feature: test an Affinity Group page


Scenario: AG Coordinator can see & download & email members
Given I am logged in with uid "952"
Given I am logged in with uid "5620"
And I wait 10 seconds
When I am on "/affinity-groups/cloud-computing"
When I follow "View Members"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Feature: test individual tags page
When I fill in "Title" with "test-affinity-group"
# tag is "login"
When I select "682" from "edit-field-tags"
And I fill in "Slug" with "test-affinity-group"
When I press "Save"
Then I should see "has been created"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ describe("Admin user tests the Individual Affinity Groups", () => {
cy.get('#edit-field-cider-resources-0-target-id').clear();
cy.get('#edit-field-cider-resources-0-target-id').type('UD DARWIN Storage (DARWIN Storage) (366)');

// Set the slug to something unique
cy.get('#edit-field-group-slug-0-value').clear().type('access-support');

// submit changes
cy.get('#edit-submit').click();

Expand Down
Loading

0 comments on commit d6edabb

Please sign in to comment.