Right now the TST setup script just creates the necessary offers without checking if they exist first. It should have a check to see if appropriate offers exist already so that it doesn't create redundant offers, and ideally those checks should be able to run as part of a tests-only run.
Right now the TST setup script just creates the necessary offers without checking if they exist first. It should have a check to see if appropriate offers exist already so that it doesn't create redundant offers, and ideally those checks should be able to run as part of a
tests-onlyrun.